usb4java/libusb4java

Perform a release to enable support for Darwin March64 (Apple Silicon)

ioExpander opened this issue · 1 comments

Hi, I've managed to compile the main branch of this repo on my MacBook Air M1.
I have to edit the makefile as the openjdk installation from brew did not set some env variables properly.

set(JAVA_INCLUDE_PATH2 /opt/homebrew/opt/openjdk/include)
set(JAVA_AWT_INCLUDE_PATH NotNeeded)

And I could manually package the Jar for aarch64. It seems the compiled version works.

Would it be possible to release that version, so that downstream projects using libusb4java could use it easily with maven ?

Thank you.

I'm having a similar issue without support for m1 arm Apple CPUs