aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/windows/arm-uwp/BuildSetup.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps/windows/arm-uwp/BuildSetup.bat')
-rw-r--r--tools/buildsteps/windows/arm-uwp/BuildSetup.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildsteps/windows/arm-uwp/BuildSetup.bat b/tools/buildsteps/windows/arm-uwp/BuildSetup.bat
index 18b3ecf86c..8fd6e03de1 100644
--- a/tools/buildsteps/windows/arm-uwp/BuildSetup.bat
+++ b/tools/buildsteps/windows/arm-uwp/BuildSetup.bat
@@ -9,7 +9,8 @@ IF ERRORLEVEL 1 (
EXIT /B 1
)
-SET cmakeGenerator=Visual Studio %vsver% ARM
+SET cmakeGenerator=Visual Studio %vsver%
+SET cmakeArch=ARM
SET TARGET_ARCHITECTURE=arm
SET TARGET_PLATFORM=%TARGET_ARCHITECTURE%-uwp
SET cmakeProps=-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=%UCRTVersion%