mirror of https://github.com/axmolengine/axmol.git
Verbose logging of build process
This commit is contained in:
parent
c6f06ddced
commit
5d816bfaf6
|
@ -91,4 +91,5 @@ echo
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
"$NDK_ROOT"/ndk-build -C "$APP_ANDROID_ROOT" $* \
|
"$NDK_ROOT"/ndk-build -C "$APP_ANDROID_ROOT" $* \
|
||||||
"NDK_MODULE_PATH=${COCOS2DX_ROOT}:${COCOS2DX_ROOT}/cocos2dx/platform/third_party/android/prebuilt"
|
"NDK_MODULE_PATH=${COCOS2DX_ROOT}:${COCOS2DX_ROOT}/cocos2dx/platform/third_party/android/prebuilt" \
|
||||||
|
NDK_LOG=1 V=1
|
||||||
|
|
Loading…
Reference in New Issue