Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information