You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The right solution is to have all files needed for the build in the package directory (no subdirectory), so this requires to flatten/inline libraries libusb and hidapi.
I propose to move directories
libusb/
andhidapi/
belowinternal/
.This will allow to hide dummy Go packages that need to be introduced to allow vendoring (see #31).
I can do the work if this is accepted.
Note: this will impact #33, #34 (libusb, hidapi upgrade scripts).
The text was updated successfully, but these errors were encountered: