diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2020-07-27 21:07:38 +0200 |
---|---|---|
committer | thexai <58434170+thexai@users.noreply.github.com> | 2020-07-28 17:50:45 +0200 |
commit | d3fc1bd106dab73477ff76edfd932686b0dc0fcd (patch) | |
tree | cbbbed454d7394590a316bc97f70da1973aa720c /tools/buildsteps/windows/win32-uwp/BuildSetup.bat | |
parent | db40b2ade4b6e13d6fead7004e819325e2ea0f0b (diff) |
Updated build scripts for Visual Studio 2019 compatibility
Diffstat (limited to 'tools/buildsteps/windows/win32-uwp/BuildSetup.bat')
-rw-r--r-- | tools/buildsteps/windows/win32-uwp/BuildSetup.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildsteps/windows/win32-uwp/BuildSetup.bat b/tools/buildsteps/windows/win32-uwp/BuildSetup.bat index 3aba2378f1..5ddf234b57 100644 --- a/tools/buildsteps/windows/win32-uwp/BuildSetup.bat +++ b/tools/buildsteps/windows/win32-uwp/BuildSetup.bat @@ -9,6 +9,7 @@ IF ERRORLEVEL 1 ( ) SET cmakeGenerator=Visual Studio %vsver% +SET cmakeArch=Win32 SET TARGET_ARCHITECTURE=x86 SET TARGET_PLATFORM=win32-uwp SET cmakeProps=-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=%UCRTVersion% |