Sign in
flutter
/
third_party
/
libusb
/
dca3e7ea3659769e5097aae6ad0e1e8e8610890c
/
.
/
autogen.sh
blob: 62d68e5d0b763e166221daf42ee3a343c3e05d6a [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
./
bootstrap
.
sh
if
[
-
z
"$NOCONFIGURE"
];
then
exec
./
configure
--
enable
-
examples
-
build
--
enable
-
tests
-
build
"$@"
fi