Commit f84bd51
authored
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 #1751 parent fa0a83d commit f84bd51
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
| 461 | + | |
460 | 462 | | |
461 | 463 | | |
462 | 464 | | |
| |||
0 commit comments