From 62c8626f4d28344c3cc4b488ffeac51bddb8bbcd Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 19 Jan 2018 15:19:40 -0800 Subject: vcpkgInvokeCommand(): Add -NoNewWindows flag --- scripts/VcpkgPowershellUtils.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/VcpkgPowershellUtils.ps1 b/scripts/VcpkgPowershellUtils.ps1 index 5381523f0..7a6a67c2c 100644 --- a/scripts/VcpkgPowershellUtils.ps1 +++ b/scripts/VcpkgPowershellUtils.ps1 @@ -171,7 +171,7 @@ function vcpkgInvokeCommand() [switch]$wait) Write-Verbose "Executing: ${executable} ${arguments}" - $process = Start-Process -FilePath $executable -ArgumentList $arguments -PassThru + $process = Start-Process -FilePath $executable -ArgumentList $arguments -PassThru -NoNewWindow if ($wait) { Wait-Process -InputObject $process -- cgit v1.2.3