mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg] Fix regression in 7b14894d. Fixes #772.
This commit is contained in:
parent
7490dc0f1d
commit
a2a558bd03
@ -232,7 +232,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
|
||||
throw [System.IO.FileNotFoundException] ("Could not detect or download " + $Dependency)
|
||||
}
|
||||
|
||||
return $downloadPath
|
||||
return $executableFromDownload
|
||||
}
|
||||
|
||||
SelectProgram $Dependency
|
Loading…
x
Reference in New Issue
Block a user