Update buildlibs.sh

This commit is contained in:
Duy Tran Khanh 2021-06-10 06:36:12 +07:00 committed by GitHub
parent 992b00fb72
commit 846ffba7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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