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 echo "found: $foundDependency" >&2
else else
echo "not found!" >&2 echo "not found!" >&2
autoPatchelfFailedDeps["$dep"]="" autoPatchelfFailedDeps["$dep"]="$toPatch"
fi fi
done done