From 7db66f313c397c80a2aa29a1316b241c988194da Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 05 Aug 2019 19:31:31 +0800 Subject: [PATCH] update qt build shell script and update busybox configure file. fix bugs --- 3rdparty/qt/build_QT5.sh | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/3rdparty/qt/build_QT5.sh b/3rdparty/qt/build_QT5.sh index fd3cef8..b8b5dfd 100755 --- a/3rdparty/qt/build_QT5.sh +++ b/3rdparty/qt/build_QT5.sh @@ -93,11 +93,14 @@ cd - } -cd tslib - ./build.sh -cd - -cd iconv +if [ ! -f ${LIBS_PATH}/lib/libiconv.so ] ; then + cd ../iconv + ./build.sh + cd - +fi + +cd tslib ./build.sh cd - -- Gitblit v1.9.1