Update mac os x libraries to libusb 1.0.16rc6

This commit is contained in:
Klaus Reimer 2013-04-16 19:13:15 +02:00 committed by Klaus Reimer
parent e77978393c
commit a018102a06
4 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,6 @@ ARCH="x86"
CFLAGS="-arch i686"
LIBUSBX_CONFIG="--disable-shared"
USB4JAVA_LIBS="-lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation"
LIBUSB="libusb"
build

View File

@ -12,5 +12,6 @@ ARCH="x86_64"
CFLAGS="-arch x86_64"
LIBUSBX_CONFIG="--disable-shared"
USB4JAVA_LIBS="-lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation"
LIBUSB="libusb"
build