summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2014-04-22 16:53:17 -0400
committerNathan Hjelm <hjelmn@me.com>2014-05-06 01:28:08 -0600
commit7200c567ea74ef050eb944ef2eb31fccef605732 (patch)
treeb8b4a9602c95ec543e9ba3faadeaf11969cb4a99 /libusb/version_nano.h
parenta8f1784c00e62576b0ba1bcf4de86517e2ebd6ef (diff)
downloadlibusb-7200c567ea74ef050eb944ef2eb31fccef605732.tar.gz
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.
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 82c1717..9516b27 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10881
+#define LIBUSB_NANO 10882