mirror of https://git.tukaani.org/xz.git
windows/build-with-cmake.bat: Fix ENABLE_NLS to XZ_NLS
Fixes: 29f77c7b70
This commit is contained in:
parent
ea21c76aa2
commit
aa1807ed94
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue