]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Support XZ_NLS=OFF with CMake
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 13:21:50 +0000 (16:21 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 16:00:19 +0000 (19:00 +0300)
build-aux/ci_build.bash

index f35b09502416d8881cd75a5eb320aaaaf9cdcac5..07c64a24390f8b52d019cd82112fa6169d85495d 100755 (executable)
@@ -241,6 +241,7 @@ then
                # CMake disables the shared library by default.
                add_extra_option "$SHARED" "-DBUILD_SHARED_LIBS=ON" ""
 
+               add_extra_option "$NATIVE_LANG_SUPPORT" "" "-DXZ_NLS=OFF"
                add_extra_option "$SMALL" "-DXZ_SMALL=ON" ""
 
                # Remove old cache file to clear previous settings.