From da03ea75b637b157697040c552bb9612882650fd Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 21 Aug 2020 22:52:31 +0800
Subject: [PATCH] update qt build shell script

---
 3rdparty/openssh/build.sh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/3rdparty/openssh/build.sh b/3rdparty/openssh/build.sh
index 4ae5f97..9b2cc2b 100755
--- a/3rdparty/openssh/build.sh
+++ b/3rdparty/openssh/build.sh
@@ -121,6 +121,13 @@
 fi
 
 
+if [ ! -f ${PREFIX_PATH}/lib/libz.so ] ; then
+    cd ../zlib
+    ./build.sh
+    cd -
+fi
+
+
 export_cross
 compile_openssh
 

--
Gitblit v1.9.1