diff options
-rw-r--r-- | Xcode/libusb.xcconfig | 1 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Xcode/libusb.xcconfig b/Xcode/libusb.xcconfig index 1f8a01f..12f0c46 100644 --- a/Xcode/libusb.xcconfig +++ b/Xcode/libusb.xcconfig @@ -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 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 |