mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 22:41:26 +00:00
Fix make command for old android
This commit is contained in:
parent
a8a5fbbf0d
commit
9c8a941729
|
@ -43,7 +43,7 @@ For more information: http://blog.bokhorst.biz/5123
|
||||||
To build for other archs, specify TARGET_ARCH_ABI:
|
To build for other archs, specify TARGET_ARCH_ABI:
|
||||||
"make cross-android TARGET_ARCH_ABI=x86"
|
"make cross-android TARGET_ARCH_ABI=x86"
|
||||||
|
|
||||||
For older android versions (pre-kitkat), build with "make cross-android" in the
|
For older android versions (pre-kitkat), build with "make cross-android-old" in the
|
||||||
root directory, or manually like above but with APP_PLATFORM=android-3
|
root directory, or manually like above but with APP_PLATFORM=android-3
|
||||||
|
|
||||||
The iodine binary ends up in src/libs/<arch>/iodine
|
The iodine binary ends up in src/libs/<arch>/iodine
|
||||||
|
|
Loading…
Reference in a new issue