Commit 1218c81c authored by Sam Lantinga's avatar Sam Lantinga

Fixed problem with trailing space

parent ae53874b
# This file sets up paths needed to find the NDK build tools. # This file sets up paths needed to find the NDK build tools.
# Edit it appropriately for your configuration and save it as "config.cfg". # 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment