Skip to content

Commit 9114d39

Browse files
committed
enable static libraries on mingw
1 parent 979e6bb commit 9114d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ case "${host_os}" in
265265
libzmq_dso_visibility="no"
266266

267267
if test "x$enable_static" = "xyes"; then
268-
AC_MSG_ERROR([Building static libraries is not supported under MinGW32])
268+
CPPFLAGS="-DZMQ_STATIC"
269269
fi
270270

271271
# Set FD_SETSIZE to 1024

0 commit comments

Comments
 (0)