Skip to content

Commit 40ba27c

Browse files
committed
checkout libusb 1.0.20 for manual install, closes #466
1 parent 7458c3c commit 40ba27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/install_libusb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm -rf $LIBUSB_SOURCE_DIR $LIBUSB_INSTALL_DIR
1313
git clone https://github.com/libusb/libusb.git $LIBUSB_SOURCE_DIR
1414

1515
cd $LIBUSB_SOURCE_DIR
16-
git checkout 51b10191033ca3a3819dcf46e1da2465b99497c2
16+
git checkout v1.0.20
1717
./bootstrap.sh
1818
./configure --prefix=$LIBUSB_INSTALL_DIR
1919
make && make install

0 commit comments

Comments
 (0)