[cmake] update run-script.sh

This commit is contained in:
James Chen 2013-11-04 21:05:29 +08:00
parent b1a9843091
commit 6a351711ae
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
# Build all samples
echo "Building all samples ..."
cd $COCOS2DX_ROOT/build
./android-build.py -n NDK_DEBUG=0 -j10 all
./android-build.py -n -j10 all
# Build template
# echo "Building template ..."