We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55631e3 commit a8108f8Copy full SHA for a8108f8
1 file changed
build.libgit2.ps1
@@ -107,7 +107,7 @@ function Install-Libssh2($triplet) {
107
throw "Error: vcpkg not found at $Env:VCPKG_INSTALLATION_ROOT"
108
}
109
Write-Host "Installing libssh2 for $triplet via vcpkg..."
110
- & $vcpkg install "libssh2:$triplet"
+ $null = & $vcpkg install "libssh2:$triplet"
111
if ($LastExitCode -ne 0) { throw "vcpkg install failed" }
112
113
$installedDir = Join-Path $Env:VCPKG_INSTALLATION_ROOT "installed\$triplet"
0 commit comments