Skip to content
Snippets Groups Projects
Commit fd08346f authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

build-scripts: default to win32/x64

Change-Id: I01a703da1d29fe592686e2807438168f91da63be
parent c8c2bea2
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ if "%1"=="fetch" ( ...@@ -24,9 +24,9 @@ if "%1"=="fetch" (
) )
set BUILD.x86=N set BUILD.x86=N
set BUILD.x64=N set BUILD.x64=Y
set BUILD.uwp=N set BUILD.uwp=N
set BUILD.win32=N set BUILD.win32=Y
shift shift
:ParseArgs :ParseArgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment