mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[bootstrap] Fix whitespace issue
This commit is contained in:
parent
6e07cbeff4
commit
186a2cf88b
@ -50,7 +50,7 @@ $arguments = (
|
||||
"/p:PlatformToolset=$platformToolset",
|
||||
"/p:TargetPlatformVersion=$windowsSDK",
|
||||
"/m",
|
||||
"$vcpkgSourcesPath\dirs.proj") -join " "
|
||||
"`"$vcpkgSourcesPath\dirs.proj`"") -join " "
|
||||
|
||||
# vcpkgInvokeCommandClean cmd "/c echo %PATH%"
|
||||
$ec = vcpkgInvokeCommandClean $msbuildExe $arguments
|
||||
|
Loading…
x
Reference in New Issue
Block a user