autoPatchelfHook: print dependant for missing deps

This commit is contained in:
DavHau
2020-10-23 13:16:23 +07:00
committed by GitHub
parent 11a08bcfad
commit f833f0406f

View File

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