diff --git a/scripts/build_windows.bat b/scripts/build_windows.bat index 5bf5988..b7c931b 100644 --- a/scripts/build_windows.bat +++ b/scripts/build_windows.bat @@ -8,7 +8,7 @@ pushd "%BASE%\.." set ROOT=%CD% popd -set ARGS=-A x64 +set ARGS=-DCMAKE_GENERATOR_PLATFORM=x64 set CONFIG=Release set INPUT=%ROOT% set OUTPUT=%ROOT%\build