Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix relocation of libs with multiple LC_RPATH entries (#727)
Some libraries built on OSX can have LC_RPATH entries for multiple architectures. In that case, they'll have the same rpath multiple times, but a single `install_name_tool` call will change all of them, and subsequent calls will fail. Instead, only consider each unique rpath only once.
- Loading branch information