Updated compiler names.
This commit is contained in:
parent
7923655e67
commit
268c7090a1
@ -33,9 +33,9 @@ then
|
||||
fi
|
||||
|
||||
# Build libusb4java
|
||||
./configure \
|
||||
CFLAGS=-m32 ./configure \
|
||||
--prefix=/ \
|
||||
--host=i586-mingw32msvc \
|
||||
--host=i686-w64-mingw32 \
|
||||
--with-libusb-includes=$INCLUDES \
|
||||
--with-libusb-libs=$LIBS,$BINS
|
||||
make clean install-strip DESTDIR=$TMPDIR
|
||||
|
||||
@ -33,9 +33,9 @@ then
|
||||
fi
|
||||
|
||||
# Build libusb4java
|
||||
./configure \
|
||||
CFLAGS=-m64 ./configure \
|
||||
--prefix=/ \
|
||||
--host=amd64-mingw32msvc \
|
||||
--host=x86_64-w64-mingw32 \
|
||||
--with-libusb-includes=$INCLUDES \
|
||||
--with-libusb-libs=$LIBS,$BINS
|
||||
make clean install-strip DESTDIR=$TMPDIR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user