Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: allow specifying additional library paths (fixes: #373)
Add new --add-path option to auditwheel repair to search for libraries in additional directories. This avoid having to manipulate LD_LIBRARY_PATH in the calling process (e.g. cibuildwheel), as this can have undesirable side-effects. The name of the option is chosen to match the one provided by `delvewheel` on Windows.
- Loading branch information