mirror of
https://github.com/RPCS3/libusb.git
synced 2026-01-31 01:25:19 +01:00
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:
committed by
Nathan Hjelm
parent
a8f1784c00
commit
7200c567ea
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10881
|
||||
#define LIBUSB_NANO 10882
|
||||
|
||||
Reference in New Issue
Block a user