Added modified libusb files

This commit is contained in:
2019-10-26 13:48:08 -04:00
parent 0135533a6d
commit ab2051c7a7
191 changed files with 59260 additions and 5 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