We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7458c3c commit 40ba27cCopy full SHA for 40ba27c
depends/install_libusb.sh
@@ -13,7 +13,7 @@ rm -rf $LIBUSB_SOURCE_DIR $LIBUSB_INSTALL_DIR
13
git clone https://github.com/libusb/libusb.git $LIBUSB_SOURCE_DIR
14
15
cd $LIBUSB_SOURCE_DIR
16
-git checkout 51b10191033ca3a3819dcf46e1da2465b99497c2
+git checkout v1.0.20
17
./bootstrap.sh
18
./configure --prefix=$LIBUSB_INSTALL_DIR
19
make && make install
0 commit comments