Skip to content

Commit 25dbd2b

Browse files
committed
Fix libusb-compat
1 parent e696d95 commit 25dbd2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compile_cross.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ export LIBUSB_1_0_LIBS="-L$LIBUSB_DIR/libusb/.libs/ -lusb-1.0 -lpthread"
6464

6565
cd libusb-compat-0.1.5
6666
export LIBUSB0_DIR=`pwd`
67-
automake --add-missing
68-
autoreconf
67+
./bootstrap.sh
6968
./configure --enable-static --disable-shared --host=${CROSS_COMPILE}
7069
make clean
7170
make

0 commit comments

Comments
 (0)