diff --git a/buildlibs.sh b/buildlibs.sh index 2bda113..007c4d6 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -35,7 +35,7 @@ else fi if [ "$error_code" -ne 0 ]; then echo "\n\nCONFIGURE ERROR $error_code , config.log:" - cat ${PWD}/build_android-${TARGET_SHORT}/config.log + cat ${PWD}/builds/unix/config.log exit $error_code fi