From 0f0c5779c5004d9416c599408af4266244a36e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Thu, 25 Jan 2024 19:45:36 +0000 Subject: [PATCH] update thirdparty/sqlite/HPKBUILD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- thirdparty/sqlite/HPKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/sqlite/HPKBUILD b/thirdparty/sqlite/HPKBUILD index 37fddd11..557764a6 100644 --- a/thirdparty/sqlite/HPKBUILD +++ b/thirdparty/sqlite/HPKBUILD @@ -78,6 +78,8 @@ check() { return $ret } + + cleanbuild(){ rm -rf ${PWD}/$builddir #${PWD}/$packageName } -- Gitee