cmake-rs
cmake-rs copied to clipboard
Fix cross compilation on android armv7 and x86
This fixes the following cmake errors
Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='x86'.
and
Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='arm'.
when crosscompiling for i686-linux-android
and armv7-linux-androideabi
android targets
fixes #175
the ci fails on mips crosscompile test as rustup can't download those targets that were retrogaded to tier 3 https://github.com/rust-lang/compiler-team/issues/648
I confirm this solves issues cross-compiling for Android, would love to see this merged
Yes, this solves the issue (I can confirm for armv7-linux-androideabi
)
@thomcc, pinging you since you seem to be an active reviewer of cmake-rs
🙂. Please ignore if this PR falls out of your scope.