mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 15:07:58 +08:00
[bootstrap.ps1] Prefer 64bit toolset
This commit is contained in:
parent
e8e8c14998
commit
e8371c179d
@ -349,6 +349,7 @@ $arguments = (
|
||||
"/p:Platform=$platform",
|
||||
"/p:PlatformToolset=$platformToolset",
|
||||
"/p:TargetPlatformVersion=$windowsSDK",
|
||||
"/p:PreferredToolArchitecture=x64",
|
||||
"/verbosity:minimal",
|
||||
"/m",
|
||||
"/nologo",
|
||||
|
Loading…
x
Reference in New Issue
Block a user