Reverts run-script.sh. add -j10 to improve build.

This commit is contained in:
James Chen 2014-01-20 22:47:23 +08:00
parent e5f723774d
commit 84479b5df0
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_BUG=0" all
./android-build.py -n "NDK_BUG=0 -j10" all
# Build template
# echo "Building template ..."