We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to build Jansi-Native for aarch64
I ran following to build Jansi-Native for aarch64
mvn -Dplatform=${platform} package mvn -Dplatform=aarch64 package
libjansi.so build inside aarch64 is static library for x86-64 platform, how to build it for aarch64
The text was updated successfully, but these errors were encountered:
This is question more related to https://github.com/fusesource/hawtjni because jansi only calls maven plugin to generate native code.
Could you try to build with -Dplatform=arm64 ?
Sorry, something went wrong.
No branches or pull requests
how to build Jansi-Native for aarch64
I ran following to build Jansi-Native for aarch64
mvn -Dplatform=${platform} package
mvn -Dplatform=aarch64 package
libjansi.so build inside aarch64 is static library for x86-64 platform, how to build it for aarch64
The text was updated successfully, but these errors were encountered: