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