mirror of https://github.com/axmolengine/axmol.git
7 lines
183 B
Bash
7 lines
183 B
Bash
|
#put xctool.sh into your PATH
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
COCOS2DX_ROOT="$DIR"/../../..
|
||
|
cd ${COCOS2DX_ROOT}/build
|
||
|
python build/android-build.py -p 10 all
|
||
|
|