We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646987 commit 44bcdfeCopy full SHA for 44bcdfe
scripts/build_libzmq.sh
@@ -25,7 +25,7 @@ test -f configure || ./autogen.sh
25
if [ "$ZMQ" = "4.1.6" ]; then
26
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared --without-documentation ;
27
else
28
- ./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-documentation ;
+ ./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-docs ;
29
fi
30
make -j 2
31
make install
0 commit comments