Change from jlunder:
Minor configuration changes to smooth the build process, make it work on mac.
This commit is contained in:
parent
3fe08d6eb5
commit
ae53874bd2
3 changed files with 6 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
ANDROID_NDK=/Users/hercules/tmp/android-ndk-r5
|
4
android/config.cfg.example
Normal file
4
android/config.cfg.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
# This file sets up paths needed to find the NDK build tools.
|
||||
# Edit it appropriately for your configuration and save it as "config.cfg".
|
||||
ANDROID_NDK := </absolute/path/to/android/ndk>
|
||||
ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac
|
Loading…
Add table
Add a link
Reference in a new issue