From 0c0505228fcc3fb726bbbd21cb4d42560b5a6560 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 05 Aug 2019 20:57:21 +0800 Subject: [PATCH] Add mosquitto and ffmpeg build shell script --- 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