mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 17:13:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
80c62b8a00
commit
08a49a434c
2 changed files with 2 additions and 0 deletions
1
vendor/github.com/google/gousb/constants.go
generated
vendored
1
vendor/github.com/google/gousb/constants.go
generated
vendored
|
@ -17,6 +17,7 @@ package gousb
|
|||
|
||||
// #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 <libusb.h>
|
||||
import "C"
|
||||
import "strconv"
|
||||
|
|
1
vendor/github.com/google/gousb/libusb.go
generated
vendored
1
vendor/github.com/google/gousb/libusb.go
generated
vendored
|
@ -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 <libusb.h>
|
||||
|
||||
int gousb_compact_iso_data(struct libusb_transfer *xfer, unsigned char *status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue