Use @rpath in Xcode project

In the Xcode project, set:

LD_DYLIB_INSTALL_NAME = @rpath

Such that the built dylib's install name uses rpath, which is
generally what one wants.
This commit is contained in:
Sean McBride
2014-04-22 16:53:17 -04:00
committed by Nathan Hjelm
parent a8f1784c00
commit 7200c567ea
2 changed files with 2 additions and 1 deletions

View File

@@ -18,3 +18,4 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
PRODUCT_NAME = libusb-1.0.0
LD_DYLIB_INSTALL_NAME = @rpath/libusb-1.0.0.dylib

View File

@@ -1 +1 @@
#define LIBUSB_NANO 10881
#define LIBUSB_NANO 10882