Change from jlunder:

Minor configuration changes to smooth the build process, make it work on mac.
This commit is contained in:
Sam Lantinga 2011-01-04 12:46:49 -08:00
parent 3fe08d6eb5
commit ae53874bd2
3 changed files with 6 additions and 3 deletions

View file

@ -1 +0,0 @@
ANDROID_NDK=/Users/hercules/tmp/android-ndk-r5

View 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