Skip to content

Commit

Permalink
zlib.sh: disable more zlibng tests [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 1, 2024
1 parent 64aad97 commit b187262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ _VER="$1"
if [ "${_NAM}" = 'zlibng' ]; then
options+=' -DZLIB_COMPAT=ON'
options+=' -DZLIB_ENABLE_TESTS=OFF'
options+=' -DZLIBNG_ENABLE_TESTS=OFF'
options+=' -DWITH_GTEST=OFF'
else
options+=' -DZLIB_BUILD_EXAMPLES=OFF'
fi
Expand Down

0 comments on commit b187262

Please sign in to comment.