mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
Add explanation for not printing in fetchDependency.ps1
This commit is contained in:
parent
8ee84e50e0
commit
bd7cd7f56d
@ -28,6 +28,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
|
||||
return
|
||||
}
|
||||
|
||||
# Can't print because vcpkg captures the output and expects only the path that is returned at the end of this script file
|
||||
# Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..."
|
||||
|
||||
if (!(Test-Path $downloadDir))
|
||||
|
Loading…
x
Reference in New Issue
Block a user