mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
added libiphlpapi to PKGCFG_LIBS_PRIVATE for static mingw builds
This commit is contained in:
parent
fa5443e92f
commit
6df5e771bb
@ -288,6 +288,7 @@ case "${host_os}" in
|
||||
|
||||
if test "x$enable_static" = "xyes"; then
|
||||
CPPFLAGS="-DZMQ_STATIC $CPPFLAGS"
|
||||
PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -liphlpapi"
|
||||
fi
|
||||
# Set FD_SETSIZE to 16384
|
||||
CPPFLAGS=" -DFD_SETSIZE=16384 $CPPFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user