autoPatchelfHook: print dependant for missing deps
This commit is contained in:
parent
11a08bcfad
commit
f833f0406f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ autoPatchelf() {
|
|||
# autoPatchelfIgnoreMissingDeps is not set
|
||||
local depsMissing=0
|
||||
for failedDep in "${!autoPatchelfFailedDeps[@]}"; do
|
||||
echo "autoPatchelfHook could not satisfy dependency $failedDep"
|
||||
echo "autoPatchelfHook could not satisfy dependency $failedDep wanted by ${autoPatchelfFailedDeps[$failedDep]}"
|
||||
depsMissing=1
|
||||
done
|
||||
if [[ $depsMissing == 1 && -z "$autoPatchelfIgnoreMissingDeps" ]]; then
|
||||
|
|
Loading…
Reference in a new issue