[bootstrap] Fix whitespace issue

This commit is contained in:
Alexander Karatarakis 2018-01-25 17:03:37 -08:00
parent 6e07cbeff4
commit 186a2cf88b

View File

@ -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