[vcpkg] Fix regression in 7b14894d. Fixes #772.

This commit is contained in:
Robert Schumacher 2017-03-11 19:08:16 -08:00
parent 7490dc0f1d
commit a2a558bd03

View File

@ -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