Re: including dylibs in my .app
Re: including dylibs in my .app
- Subject: Re: including dylibs in my .app
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 28 May 2009 19:15:23 -0600
On May 28, 2009, at 4:56 PM, Taylor Holliday wrote:
How can I include those
libs in my app so it can be used on machines which don't have the
required libs in /opt/local.
Copy them into your app bundle, then add a shell script build phase to
the project that runs install_name_tool to adjust the paths of the
library in both the library and the application that uses it. See the
man page for install_name_tool for more details.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden