Skip to content

Commit

Permalink
build: build an x64 build by default on Windows
Browse files Browse the repository at this point in the history
PR-URL: #11537
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
seishun authored Feb 28, 2017
1 parent ec4440a commit d088360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if /i "%1"=="/?" goto help
@rem Process arguments.
set config=Release
set target=Build
set target_arch=x86
set target_arch=x64
set target_env=
set noprojgen=
set nobuild=
Expand Down

0 comments on commit d088360

Please sign in to comment.