Skip to content

Commit d088360

Browse files
authored
build: build an x64 build by default on Windows
PR-URL: #11537 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent ec4440a commit d088360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if /i "%1"=="/?" goto help
1414
@rem Process arguments.
1515
set config=Release
1616
set target=Build
17-
set target_arch=x86
17+
set target_arch=x64
1818
set target_env=
1919
set noprojgen=
2020
set nobuild=

0 commit comments

Comments
 (0)