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

View File

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