We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385e1eb commit d9883f0Copy full SHA for d9883f0
1 file changed
src/libraries/Native/Windows/gen-buildsys-win.bat
@@ -20,8 +20,8 @@ if "%__VSVersion%" == "vs2019" (
20
set __VSString=15 2017
21
)
22
23
-:: x86 is the default arch selected by cmake.
24
if /i "%3" == "x64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A x64)
+if /i "%3" == "x86" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A Win32)
25
if /i "%3" == "arm" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A ARM)
26
if /i "%3" == "arm64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A ARM64)
27
if /i "%3" == "wasm" (set __sourceDir=%~dp0..\Unix && goto DoGen)
0 commit comments