mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-01-22 03:16:17 +00: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