Created
June 4, 2014 19:43
-
-
Save FlyingJester/96c1748952ce6109bd08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add the correct paths here: | |
| ac_add_options --with-android-ndk="$HOME/ff/android-ndk-r8e" | |
| ac_add_options --with-android-sdk="$HOME/ff/adt-bundle-mac/sdk/platforms/android-17" | |
| # android options | |
| ac_add_options --enable-application=mobile/android | |
| ac_add_options --target=arm-linux-androideabi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment