Skip to content

Commit a8108f8

Browse files
committed
Swallow output
1 parent 55631e3 commit a8108f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.libgit2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Install-Libssh2($triplet) {
107107
throw "Error: vcpkg not found at $Env:VCPKG_INSTALLATION_ROOT"
108108
}
109109
Write-Host "Installing libssh2 for $triplet via vcpkg..."
110-
& $vcpkg install "libssh2:$triplet"
110+
$null = & $vcpkg install "libssh2:$triplet"
111111
if ($LastExitCode -ne 0) { throw "vcpkg install failed" }
112112

113113
$installedDir = Join-Path $Env:VCPKG_INSTALLATION_ROOT "installed\$triplet"

0 commit comments

Comments
 (0)