summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-android b/configure-android
index 53a96bb1..a27057e2 100755
--- a/configure-android
+++ b/configure-android
@@ -107,7 +107,7 @@ if test "$1" = "--use-ndk-cflags"; then
# Make sure target host string has 'linux-android' in it
if test "x`echo ${TARGET_HOST} | grep 'linux-android'`" = "x"; then
#TARGET_HOST=`echo ${TARGET_HOST} | sed -e 's/\(.*\)\-\([0-9\.]*\)/\1-linux-android-\2/'`
- TARGET_HOST+=-linux-android
+ TARGET_HOST="${TARGET_HOST}-linux-android"
fi
export CC="${NDK_CC}"