mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[vcpkg-applocal] Recurse into other binaries. Fixes #1435.
This commit is contained in:
parent
06ddd3299c
commit
6950aeb637
@ -50,6 +50,9 @@ function resolve([string]$targetBinary) {
|
||||
deployBinary $targetBinaryDir $installedDir "$_"
|
||||
if (Test-Path function:\deployPluginsIfQt) { deployPluginsIfQt $targetBinaryDir "$g_install_root\plugins" "$_" }
|
||||
resolve "$targetBinaryDir\$_"
|
||||
} elseif (Test-Path "$targetBinaryDir\$_") {
|
||||
Write-Verbose " ${_}: $_ not found in vcpkg; locally deployed"
|
||||
resolve "$targetBinaryDir\$_"
|
||||
} else {
|
||||
Write-Verbose " ${_}: $installedDir\$_ not found"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user