Skip to content

Commit

Permalink
Merge pull request #160 from ps2dev/fixZlibConcurrency
Browse files Browse the repository at this point in the history
fix zlib concurrency
  • Loading branch information
fjtrujy authored Jul 10, 2024
2 parents 4890ba4 + 7aa2d07 commit 90cda41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmakelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ popd
##
## Build cmake projects
##
build zlib -DUNIX:BOOL=ON -DZLIB_BUILD_EXAMPLES=OFF
PROC_NR=1 build zlib -DUNIX:BOOL=ON -DZLIB_BUILD_EXAMPLES=OFF
build xz -DTUKLIB_CPUCORES_FOUND=ON -DTUKLIB_PHYSMEM_FOUND=ON -DHAVE_GETOPT_LONG=OFF -DBUILD_TESTING=OFF
build lz4/build/cmake -DLZ4_POSITION_INDEPENDENT_LIB=OFF -DLZ4_BUILD_CLI=OFF -DLZ4_BUILD_LEGACY_LZ4C=OFF
build libzip -DBUILD_TOOLS=OFF -DBUILD_REGRESS=OFF
Expand Down

0 comments on commit 90cda41

Please sign in to comment.