mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:59:08 +08:00
Fix misspelled configuration name (#3786)
This commit is contained in:
parent
88523125ff
commit
b81090e250
@ -345,7 +345,7 @@ if ($win64)
|
||||
$arguments = (
|
||||
"`"/p:VCPKG_VERSION=-nohash`"",
|
||||
"`"/p:DISABLE_METRICS=$disableMetricsValue`"",
|
||||
"/p:Configuration=release",
|
||||
"/p:Configuration=Release",
|
||||
"/p:Platform=$platform",
|
||||
"/p:PlatformToolset=$platformToolset",
|
||||
"/p:TargetPlatformVersion=$windowsSDK",
|
||||
|
Loading…
Reference in New Issue
Block a user