Updated setEnvironment.sh to support NDK r6

This commit is contained in:
pelya
2011-07-28 13:59:49 +03:00
parent 1effc9a93d
commit d03948910a
2 changed files with 3 additions and 3 deletions

View File

@@ -14,9 +14,9 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
SCRIPT=setEnvironment-r4b.sh
CRYSTAX_WCHAR=
if [ -n "`echo $NDK | grep 'android-ndk-r5'`" ]; then
if [ -n "`echo $NDK | grep 'android-ndk-r[56]'`" ]; then
SCRIPT=setEnvironment-r5b.sh
if [ -n "`echo $NDK | grep 'android-ndk-r5-crystax-1.beta3'`" ]; then
if [ -n "`echo $NDK | grep 'android-ndk-r5-crystax-1'`" ]; then
CRYSTAX_WCHAR=1
fi
fi

View File

@@ -1 +1 @@
commandergenius
vcmi