auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
550 stars 83 forks source link

Fix LC_RPATH for file to fix and its dependencies #34

Closed pamarcos closed 6 years ago

pamarcos commented 6 years ago

Previous PR https://github.com/auriamg/macdylibbundler/pull/31 added support for finding libraries that used rpath references. However, that's not enough when creating a distributable. We also need to fix the LC_RPATH that binaries and shared libraries use. These is the list of changes: