From: Lasse Collin Date: Tue, 22 Apr 2025 13:21:50 +0000 (+0300) Subject: CI: Support XZ_NLS=OFF with CMake X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e9dc63a6124336e72a849b8104ba60720f0fe2;p=thirdparty%2Fxz.git CI: Support XZ_NLS=OFF with CMake --- diff --git a/build-aux/ci_build.bash b/build-aux/ci_build.bash index f35b0950..07c64a24 100755 --- a/build-aux/ci_build.bash +++ b/build-aux/ci_build.bash @@ -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.