From 7c0cf313424616f18a9a4bfd654152cd17184ff2 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 21 Feb 2019 13:41:29 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- vendor/github.com/google/gousb/libusb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/github.com/google/gousb/libusb.go b/vendor/github.com/google/gousb/libusb.go index 2429d43a..54809f05 100644 --- a/vendor/github.com/google/gousb/libusb.go +++ b/vendor/github.com/google/gousb/libusb.go @@ -26,6 +26,7 @@ import ( /* #cgo LDFLAGS: -lusb-1.0 #cgo CFLAGS: -I/usr/include/libusb-1.0 +#cgo android CFLAGS: -I/data/data/com.termux/files/usr/include/libusb-1.0 #include int gousb_compact_iso_data(struct libusb_transfer *xfer, unsigned char *status);