Closed fornwall closed 1 year ago
The NDK puts universal binaries under the darwin-x86_64 directory.
darwin-x86_64
Verified that it works by patching Cargo.toml to use this branch while building on an M1 macbook.
The build error is a new clippy lint, fixed by https://github.com/EmbarkStudios/physx-rs/pull/217
@tgolsson Thanks, added a changelog entry now.
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.