Skip to content

Commit b187262

Browse files
committed
zlib.sh: disable more zlibng tests [ci skip]
1 parent 64aad97 commit b187262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zlib.sh

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ _VER="$1"
2121
if [ "${_NAM}" = 'zlibng' ]; then
2222
options+=' -DZLIB_COMPAT=ON'
2323
options+=' -DZLIB_ENABLE_TESTS=OFF'
24+
options+=' -DZLIBNG_ENABLE_TESTS=OFF'
25+
options+=' -DWITH_GTEST=OFF'
2426
else
2527
options+=' -DZLIB_BUILD_EXAMPLES=OFF'
2628
fi

0 commit comments

Comments
 (0)