Mercurial > sdl-ios-xcode
diff android/config.cfg.example @ 4955:361ada59e3aa
Change from jlunder:
Minor configuration changes to smooth the build process, make it work on mac.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 12:46:49 -0800 |
parents | |
children | e0bd00bfd118 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/config.cfg.example Tue Jan 04 12:46:49 2011 -0800 @@ -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