Skip to content

Commit

Permalink
Remove absolute rpaths from bundled libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Jan 24, 2024
1 parent 5bd8b09 commit ea4d62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builders/scripts/repair_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def copy_filt_func(libname):
str(wheel),
os.path.join(output_dir, os.path.basename(wheel)),
copy_filt_func=copy_filt_func,
sanitize_rpaths=True,
)
print('Repaired wheel')
if copied_libs:
Expand Down

0 comments on commit ea4d62d

Please sign in to comment.