Commit 6df5e771 authored by youRFate's avatar youRFate

added libiphlpapi to PKGCFG_LIBS_PRIVATE for static mingw builds

parent fa5443e9
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment