Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
game_activity/ffi: Drop cfg for inexistant
target_arch = "armv7"
[Rust 1.80 from July 25th 2024] points out that `armv7` is not a known, valid value for the `target_arch` cfg variable. This is confirmed by the docs not listing it either: https://doc.rust-lang.org/reference/conditional-compilation.html#target_arch Hence drop this entirely, and rely purely on `target_arch = "arm"`. [Rust 1.80 from July 25th 2024]: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html
- Loading branch information