On Sep 18, 2015, at 3:05 AM, Jeremy Huddleston Sequoia wrote:

> If you really need the exact MacPorts file, copy it into your project and use 
> install_name_tool to change its dylib-id and any links to other MacPorts 
> libraries to be @executable_path-relative.  Do similarly for all its 
> dependencies and all their dependencies, etc.  Then use a copy-files phase to 
> copy all the dylibs into the appropriate place in your app bundle.

Or use the dylibbundler program (available in the dylibbundler port) to do this 
for you after you build.

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to