We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64aad97 commit b187262Copy full SHA for b187262
zlib.sh
@@ -21,6 +21,8 @@ _VER="$1"
21
if [ "${_NAM}" = 'zlibng' ]; then
22
options+=' -DZLIB_COMPAT=ON'
23
options+=' -DZLIB_ENABLE_TESTS=OFF'
24
+ options+=' -DZLIBNG_ENABLE_TESTS=OFF'
25
+ options+=' -DWITH_GTEST=OFF'
26
else
27
options+=' -DZLIB_BUILD_EXAMPLES=OFF'
28
fi
0 commit comments