From cdf2904404c7510832f173a696e7f7c4febfded1 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 21:37:08 +0800 Subject: [PATCH] Add dbus build shell script --- 3rdparty/openssl/build.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/3rdparty/openssl/build.sh b/3rdparty/openssl/build.sh index fd263ce..7d8e460 100755 --- a/3rdparty/openssl/build.sh +++ b/3rdparty/openssl/build.sh @@ -64,6 +64,7 @@ PACK_SUFIX=tar.gz if [ -f ${PREFIX_PATH}/lib/libcrypto.a ] ; then + msg_banner "$SRC_NAME already compile and installed" return 0; fi -- Gitblit v1.9.1