diff options
| author | MikeGitb <MikeGitb@users.noreply.github.com> | 2018-07-03 10:18:02 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-03 01:18:02 -0700 |
| commit | b81090e2507c6512bdc9896bab02acc68488263f (patch) | |
| tree | b2cfb4263fd5481863919b0f71b9232f7dacad64 /scripts/bootstrap.ps1 | |
| parent | 88523125ff6b0b1982790aea53d698c96c747b2d (diff) | |
| download | vcpkg-b81090e2507c6512bdc9896bab02acc68488263f.tar.gz vcpkg-b81090e2507c6512bdc9896bab02acc68488263f.zip | |
Fix misspelled configuration name (#3786)
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index ef94c632b..ac25a88d5 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -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", |
