Commit 10a84ac8 authored by Luca Boccassi's avatar Luca Boccassi

Merge pull request #1979 from dmillard/patch-1

Fix autotools for static MinGW builds
parents c7ecbedb 9e6745c1
......@@ -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
......
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