mirror of https://github.com/axmolengine/axmol.git
add xcpretty to framework mac build
This commit is contained in:
parent
0b0b25c517
commit
042a3dc2ec
|
@ -2,4 +2,4 @@
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
COCOS2DX_ROOT="$DIR"/../../../..
|
COCOS2DX_ROOT="$DIR"/../../../..
|
||||||
cd ${COCOS2DX_ROOT}
|
cd ${COCOS2DX_ROOT}
|
||||||
python tools/framework-compile/bin/gen_cocos_libs.py -c --mac
|
python tools/framework-compile/bin/gen_cocos_libs.py -c --mac | xcpretty
|
||||||
|
|
Loading…
Reference in New Issue