mirror of https://github.com/axmolengine/axmol.git
issue #2790: A typo fix.
This commit is contained in:
parent
ed7c3f717a
commit
7aff958063
|
@ -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 -j10" hellocpp testcpp simplegame testjavascipt
|
||||
./android-build.py -n "NDK_BUG=0 -j10" hellocpp testcpp simplegame testjavascript
|
||||
|
||||
# Build template
|
||||
echo "Building template ..."
|
||||
|
|
Loading…
Reference in New Issue