From 1ecb40c26a03b1b41e76b0403cdb905a63f6d1ba Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 14 Aug 2023 22:58:02 +0800
Subject: [PATCH] Update build shell scripts for do_export

---
 sqlite/build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sqlite/build.sh b/sqlite/build.sh
index 81f06f6..cc78a95 100755
--- a/sqlite/build.sh
+++ b/sqlite/build.sh
@@ -155,6 +155,8 @@
 {
 	cd $LIB_NAME
 
+	do_export
+
 	./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static
 	check_result "ERROR: configure ${LIB_NAME} failure"
 
@@ -174,8 +176,6 @@
 fi
 
 do_fetch
-
-do_export
 
 do_build
 

--
Gitblit v1.9.1