mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 19:29:49 +00: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…
Reference in New Issue
Block a user