Correctly added libusb

This commit is contained in:
2019-11-08 19:12:56 -05:00
parent a65945db09
commit 3e5974b9b5
192 changed files with 59000 additions and 17 deletions

8
libusb/autogen.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
./bootstrap.sh
if test -z "$NOCONFIGURE"; then
exec ./configure --enable-examples-build --enable-tests-build "$@"
fi