mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Merge pull request #1979 from dmillard/patch-1
Fix autotools for static MinGW builds
This commit is contained in:
commit
10a84ac8b1
@ -259,7 +259,7 @@ case "${host_os}" in
|
||||
libzmq_dso_visibility="no"
|
||||
|
||||
if test "x$enable_static" = "xyes"; then
|
||||
CPPFLAGS="-DZMQ_STATIC"
|
||||
CPPFLAGS="-DZMQ_STATIC $CPPFLAGS"
|
||||
fi
|
||||
|
||||
# Set FD_SETSIZE to 1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user