Link libusb statically to mac os x JNI library

This commit is contained in:
Klaus Reimer 2013-04-16 19:13:16 +02:00
parent dbc7e9b852
commit e0fa456708
5 changed files with 3 additions and 3 deletions

View File

@ -75,5 +75,5 @@ build()
chmod -x "$DISTDIR/"*
# Cleanup
rm -rf "$TMPDIR"
# rm -rf "$TMPDIR"
}

View File

@ -10,7 +10,7 @@ set -e
OS="macosx"
ARCH="x86"
CFLAGS="-arch i686"
LIBUSBX_CONFIG="--disable-shared"
LIBUSB_CONFIG="--disable-shared"
USB4JAVA_LIBS="-lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation"
LIBUSB="libusb"

View File

@ -10,7 +10,7 @@ set -e
OS="macosx"
ARCH="x86_64"
CFLAGS="-arch x86_64"
LIBUSBX_CONFIG="--disable-shared"
LIBUSB_CONFIG="--disable-shared"
USB4JAVA_LIBS="-lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation"
LIBUSB="libusb"