windows/build-with-cmake.bat: Fix ENABLE_NLS to XZ_NLS

Fixes: 29f77c7b70
This commit is contained in:
Lasse Collin 2025-01-02 11:52:17 +02:00
parent ea21c76aa2
commit aa1807ed94
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 1 deletions

View File

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