-
Notifications
You must be signed in to change notification settings - Fork 1
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
MacOS ARM support #124
Comments
UPDATE:By replacing the dylib with one from here, i got it to run on my m1 mac. It is now just a matter of including it in the bundle. |
Hi, |
I tried out
That shouldn't be happening because the dylib is arm64, but it is somehow extracting the x86_64 dylib. If you want, you could just consider it fixed since the workaround of replacing the dylib still works. |
Description
Add support for MacOS ARM chips by adding ARM-compatible dylibs to the builds
Additional context
When launching the current jar on macOS ARM computers, you get this error:
Help?
Do you want to implement this feature by yourself? Put a
X
in either of the checkboxes below.The text was updated successfully, but these errors were encountered: