This commit is contained in:
loong0 2013-06-04 22:25:07 +08:00
parent c23267834b
commit 886c704742
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
# Don't modify the script until you know what you do. # Don't modify the script until you know what you do.
PARAMS=$@ PARAMS=$@
# you can also set the environment here and uncomment them # you can set the environment here and uncomment them if you haven't set them in .bashrc
#NDK_ROOT= #export NDK_ROOT=
#ANDROID_SDK_ROOT #export ANDROID_SDK_ROOT=
#COCOS2DX_ROOT #export COCOS2DX_ROOT=
# set environment paramters # set environment paramters
if [ "x${NDK_ROOT}" == "x" ] ; then if [ "x${NDK_ROOT}" == "x" ] ; then