]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
windows/build-with-cmake.bat: Fix ENABLE_NLS to XZ_NLS
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 2 Jan 2025 09:52:17 +0000 (11:52 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 2 Jan 2025 13:35:16 +0000 (15:35 +0200)
Fixes: 29f77c7b707f2458fb047e77497354b195e05b14
windows/build-with-cmake.bat

index 24978ba8e2bc362a72476fa2e78507d1ebfa3ab6..f7a5b3f7dfde25e8c6699621c1108933405d24a9 100644 (file)
@@ -26,7 +26,7 @@ set PATH=%1;%2;%PATH%
 md build || exit /b\r
 cd build || exit /b\r
 \r
-cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DENABLE_NLS=OFF -DBUILD_SHARED_LIBS=%3 ..\.. || exit /b\r
+cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DXZ_NLS=OFF -DBUILD_SHARED_LIBS=%3 ..\.. || exit /b\r
 mingw32-make || exit /b\r
 mingw32-make test || exit /b\r
 \r