aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index bf1dcba8e..a50d0dde1 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -55,8 +55,8 @@ try
"/m",
"dirs.proj") -join " "
- # vcpkgInvokeCommandClean cmd "/c echo %PATH%" -wait:$true
- vcpkgInvokeCommandClean $msbuildExe $arguments -wait:$true
+ # vcpkgInvokeCommandClean cmd "/c echo %PATH%"
+ vcpkgInvokeCommandClean $msbuildExe $arguments
if ($LASTEXITCODE -ne 0)
{