1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-22 23:50:51 +00:00

CI: Support XZ_NLS=OFF with CMake

This commit is contained in:
Lasse Collin 2025-04-22 16:21:50 +03:00
parent ffa9fadecc
commit d8e9dc63a6
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -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.