mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 15:38:13 +00:00
windows/build-with-cmake.bat: Fix ENABLE_NLS to XZ_NLS
Fixes: 29f77c7b707f2458fb047e77497354b195e05b14
This commit is contained in:
parent
ea21c76aa2
commit
aa1807ed94
@ -26,7 +26,7 @@ set PATH=%1;%2;%PATH%
|
||||
md 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 test || exit /b
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user