Commit 432e5ba
committed
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 #1751 parent c4a60dd commit 432e5ba
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
461 | 463 | | |
462 | 464 | | |
463 | 465 | | |
| |||
0 commit comments