From 91eb15abeb20457b93b86c4cfb3d653e206c27c9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 21:19:32 +0800 Subject: [PATCH] update openssl and hostapd_supplicant 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