summaryrefslogtreecommitdiffstats
path: root/PCbuild/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/build.bat')
-rw-r--r--PCbuild/build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/build.bat b/PCbuild/build.bat
index ba7154d..5a41ca5 100644
--- a/PCbuild/build.bat
+++ b/PCbuild/build.bat
@@ -46,7 +46,7 @@ echo.Available arguments:
echo. -c Release ^| Debug ^| PGInstrument ^| PGUpdate
echo. Set the configuration (default: Release)
echo. -p x64 ^| Win32 ^| ARM ^| ARM64
-echo. Set the platform (default: Win32)
+echo. Set the platform (default: x64)
echo. -t Build ^| Rebuild ^| Clean ^| CleanAll
echo. Set the target manually
echo. --pgo-job The job to use for PGO training; implies --pgo
@@ -55,7 +55,7 @@ exit /b 127
:Run
setlocal
-set platf=Win32
+set platf=x64
set conf=Release
set target=Build
set dir=%~dp0