From ee83fc12d7cda0641d45dab6855f9abb1189618d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 17 Aug 2021 15:52:31 +0800
Subject: [PATCH] update setup_systools.sh  for  libssl1.1

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

diff --git a/3rdparty/cross/appweb/build.sh b/3rdparty/cross/appweb/build.sh
index 1cb7943..f09042d 100755
--- a/3rdparty/cross/appweb/build.sh
+++ b/3rdparty/cross/appweb/build.sh
@@ -219,6 +219,13 @@
     ls -l appweb-${BOARD}.tar.gz 
 }
 
+
+if [[ $# == 1 ]] && [[ $1 == "clean" ]] ; then 
+   rm -rf appweb*
+   rm -rf php*
+   exit;
+fi
+
 export_cross
 
 compile_php

--
Gitblit v1.9.1