mirror of https://github.com/axmolengine/axmol.git
6 lines
205 B
Bash
6 lines
205 B
Bash
|
#put xctool.sh into your PATH
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
COCOS2DX_ROOT="$DIR"/../../../..
|
||
|
cd ${COCOS2DX_ROOT}
|
||
|
python tools/framework-compile/bin/gen_cocos_libs.py -c --android
|