Verbose logging of build process

This commit is contained in:
folecr 2012-09-18 17:08:37 -07:00
parent c6f06ddced
commit 5d816bfaf6
1 changed files with 2 additions and 1 deletions

View File

@ -91,4 +91,5 @@ echo
set -x
"$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