From 1218c81cecd7cacf17d59102cc3be21ed19682e4 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 4 Jan 2011 12:49:48 -0800 Subject: [PATCH] Fixed problem with trailing space --- android/config.cfg.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/android/config.cfg.example b/android/config.cfg.example index beb0e688d..a9bde9854 100644 --- a/android/config.cfg.example +++ b/android/config.cfg.example @@ -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 := -ANDROID_NDK_HOST := # "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