Disable build, keep using prebuilt libraries and include them in the artifacts
This commit is contained in:
@@ -361,7 +361,8 @@ public class LibusbJava {
|
||||
private static native int usb_error_no(int value);
|
||||
|
||||
static {
|
||||
Native.load("com.github.boukefalos", "jlibusb");
|
||||
Native.load("com.github.boukefalos", "jlibusb", "libusb0");
|
||||
Native.load("com.github.boukefalos", "jlibusb");
|
||||
|
||||
// define the error codes
|
||||
ERROR_SUCCESS = 0;
|
||||
|
||||
Reference in New Issue
Block a user