From d242ce9fb55f489f2af45131e568723a15211962 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Fri, 24 Feb 2017 13:06:33 +0200 Subject: [PATCH] build: build a x64 build by default on Windows --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index ea032e9e9cb55d..f07c50b0fbfc91 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -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=