comparison android/config.cfg.example @ 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
comparison
equal deleted inserted replaced
4955:361ada59e3aa 4956:e0bd00bfd118
1 # This file sets up paths needed to find the NDK build tools. 1 # This file sets up paths needed to find the NDK build tools.
2 # Edit it appropriately for your configuration and save it as "config.cfg". 2 # Edit it appropriately for your configuration and save it as "config.cfg".
3 ANDROID_NDK := </absolute/path/to/android/ndk> 3
4 ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac 4 # This should be the full path to the Android NDK
5 ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5
6
7 # This should be "linux-x86" for linux, "darwin-x86" for mac
8 ANDROID_NDK_HOST := darwin-x86