mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Merge pull request #1615 from jeroenooms/master
enable static libraries on mingw
This commit is contained in:
commit
a7ea57fb68
@ -265,7 +265,7 @@ case "${host_os}" in
|
|||||||
libzmq_dso_visibility="no"
|
libzmq_dso_visibility="no"
|
||||||
|
|
||||||
if test "x$enable_static" = "xyes"; then
|
if test "x$enable_static" = "xyes"; then
|
||||||
AC_MSG_ERROR([Building static libraries is not supported under MinGW32])
|
CPPFLAGS="-DZMQ_STATIC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set FD_SETSIZE to 1024
|
# Set FD_SETSIZE to 1024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user