Mercurial > sdl-ios-xcode
changeset 4956:e0bd00bfd118
Fixed problem with trailing space
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 12:49:48 -0800 |
parents | 361ada59e3aa |
children | 5e42031a8d70 |
files | android/config.cfg.example |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/android/config.cfg.example Tue Jan 04 12:46:49 2011 -0800 +++ b/android/config.cfg.example Tue Jan 04 12:49:48 2011 -0800 @@ -1,4 +1,8 @@ # 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 + +# This should be the full path to the Android NDK +ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5 + +# This should be "linux-x86" for linux, "darwin-x86" for mac +ANDROID_NDK_HOST := darwin-x86