From d8e9dc63a6124336e72a849b8104ba60720f0fe2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 22 Apr 2025 16:21:50 +0300 Subject: [PATCH] CI: Support XZ_NLS=OFF with CMake --- build-aux/ci_build.bash | 1 + 1 file changed, 1 insertion(+) 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.