From 846ffba7a09c52f109720fd0fc09eac88036a574 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 10 Jun 2021 06:36:12 +0700 Subject: [PATCH] Update buildlibs.sh --- buildlibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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