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

#15 JNBullet does not have Mac aarch64 target #16

Closed
wants to merge 1 commit into from

Conversation

asotona
Copy link
Contributor

@asotona asotona commented Dec 8, 2022

resolves #15

@skaldarnar
Copy link
Member

skaldarnar commented Mar 13, 2024

I got the chance to test these changes and building the lib on an M1 Mac via the following steps:

git submodule update --init --recursive

cd build
cmake ../ -DCMAKE_TOOLCHAIN_FILE=../toolchains/macosx_aarch64_clang.cmake
make

cd -
./gradlew native_macosx_aarch64_clang

The builds were successful and I've got an libbullet-darwin-aarch64.dylib in the end.

Next step would be piecing this together with Terasology to check where we stand with MovingBlocks/Terasology#5055.

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

Successfully merging this pull request may close these issues.

JNBullet does not have Mac aarch64 target
2 participants