We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1171a commit ad24953Copy full SHA for ad24953
src/auditwheel/repair.py
@@ -95,6 +95,7 @@ def repair_wheel(
95
else:
96
if copy_works[new_path].done():
97
assert new_path.exists()
98
+ soname_map[soname] = (new_soname, new_path)
99
replacements.append((soname, new_soname))
100
101
# Replace rpath do not need copy to be done
0 commit comments