diff options
Diffstat (limited to '')
-rwxr-xr-x | build-aux/ci_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh index 7fb180c2..724e66da 100755 --- a/build-aux/ci_build.sh +++ b/build-aux/ci_build.sh @@ -202,13 +202,13 @@ then make ;; cmake) - # The CMake build currently does not support disabling - # threading. cd "$DEST_DIR" add_to_filter_list "$BCJ" ";x86;powerpc;ia64;arm;armthumb;arm64;sparc" add_to_filter_list "$DELTA" ";delta" + add_extra_option "$THREADS" "-DENABLE_THREADS=ON" "-DENABLE_THREADS=OFF" + # Disable MicroLZMA if encoders are not configured. add_extra_option "$ENCODERS" "-DENCODERS=$FILTER_LIST" "-DENCODERS= -DMICROLZMA_ENCODER=OFF" |