Skip to content

Commit

Permalink
Resolves #1160. Adds usb4java native library support for Mac/OSX M1 a…
Browse files Browse the repository at this point in the history
…arch64 processor.
  • Loading branch information
Dennis Sheirer committed Mar 12, 2022
1 parent 6b3b45e commit 1fb0456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies {
implementation 'org.usb4java:libusb4java:1.3.0'
implementation 'org.usb4java:usb4java:1.3.0'
implementation 'org.usb4java:usb4java-javax:1.3.0'
implementation 'io.github.dsheirer:libusb4java-darwin-aarch64:1.3.0' //usb4java native lib for OSX M1 cpu
implementation 'pl.edu.icm:JLargeArrays:1.6'
}

Expand Down

0 comments on commit 1fb0456

Please sign in to comment.