-
Notifications
You must be signed in to change notification settings - Fork 17
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
Doesn't work at Apple's arm64 #10
Comments
I'd suggest trying to downgrade sbt to 1.1.6 or 0.13.18 or something. |
Merged
@eed3si9n I afraid that downgrade to 0.13 isn't an option because scala3 requires something new :) |
It looks like jna is trying to support darwin arm64 but doesn't yet: java-native-access/jna#1238 |
It looks like JNI/JNA is stuck for a while: openjdk/aarch64-port#3 :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I'm playing for last couple of days with Apple's M1 that is arm64.
Right now sbt doesn't work because of missed JNA/JNI artifact on this project:
I can build it on the machine, but I need your assistent to explain me how should I do it without sbt :)
Thanks!
The text was updated successfully, but these errors were encountered: