autoPatchelfHook: store dependant for dependency

This commit is contained in:
DavHau 2020-10-23 13:21:08 +07:00 committed by GitHub
parent f833f0406f
commit b9d2541a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ autoPatchelfFile() {
echo "found: $foundDependency" >&2
else
echo "not found!" >&2
autoPatchelfFailedDeps["$dep"]=""
autoPatchelfFailedDeps["$dep"]="$toPatch"
fi
done