EmbarkStudios / physx-rs

🎳 Rust binding for NVIDIA PhysX 🦀
http://embark.rs
Apache License 2.0
658 stars 43 forks source link

Support building for Android on aarch64 macOS hosts #216

Closed fornwall closed 1 year ago

fornwall commented 1 year ago

The NDK puts universal binaries under the darwin-x86_64 directory.

Verified that it works by patching Cargo.toml to use this branch while building on an M1 macbook.

fornwall commented 1 year ago

The build error is a new clippy lint, fixed by https://github.com/EmbarkStudios/physx-rs/pull/217

fornwall commented 1 year ago

@tgolsson Thanks, added a changelog entry now.