2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Use 64-bit MSVC tools on 64-bit host (#88)

This commit is contained in:
Matt Chambers
2021-09-17 10:04:44 -04:00
committed by GitHub
parent fe26f653ea
commit 0a0df47a67

View File

@@ -1446,7 +1446,7 @@ local rule configure-really ( version ? : options * )
vcvarsall.bat ] ;
}
local default-setup-amd64 = vcvarsx86_amd64.bat ;
local default-setup-amd64 = vcvars64.bat ;
local default-setup-i386 = vcvars32.bat ;
local default-setup-ia64 = vcvarsx86_ia64.bat ;
local default-setup-arm = vcvarsx86_arm.bat ;