mirror of https://github.com/axmolengine/axmol.git
Reverts run-script.sh. add -j10 to improve build.
This commit is contained in:
parent
e5f723774d
commit
84479b5df0
|
@ -50,7 +50,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
|
||||||
# Build all samples
|
# Build all samples
|
||||||
echo "Building all samples ..."
|
echo "Building all samples ..."
|
||||||
cd $COCOS2DX_ROOT/build
|
cd $COCOS2DX_ROOT/build
|
||||||
./android-build.py -n "NDK_BUG=0" all
|
./android-build.py -n "NDK_BUG=0 -j10" all
|
||||||
|
|
||||||
# Build template
|
# Build template
|
||||||
# echo "Building template ..."
|
# echo "Building template ..."
|
||||||
|
|
Loading…
Reference in New Issue