Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ioExpander opened this issue Sep 11, 2021 · 1 comment

Comments

@ioExpander
Copy link

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.

@ScottPierce
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants