From d08836003c579b7321284e8256829ff17a8b4afe Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Tue, 28 Feb 2017 13:41:03 +0200 Subject: [PATCH] build: build an x64 build by default on Windows PR-URL: https://github.com/nodejs/node/pull/11537 Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index ea032e9e9c..f07c50b0fb 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=