You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cross compilation on android armv7 and x86 (#186)
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
0 commit comments