From 665e1b5cb16d058f478867d0e8a4f8632e2cb02e Mon Sep 17 00:00:00 2001
From: GuoWenxue <“guowenxue@gmail.com”>
Date: Fri, 29 Apr 2022 10:29:19 +0800
Subject: [PATCH] upate packet time to struct tm

---
 3rdparty/x86/appweb/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/3rdparty/x86/appweb/build.sh b/3rdparty/x86/appweb/build.sh
index 4c6543c..933a892 100755
--- a/3rdparty/x86/appweb/build.sh
+++ b/3rdparty/x86/appweb/build.sh
@@ -54,7 +54,7 @@
 
     # export cross configure 
     if [ "$CROSS_COMPILE" = "yes" ] ; then 
-        export CONFIG_CROSS=" --build=i686-pc-linux --host=arm-linux "
+        export CONFIG_CROSS=" --build=x86_64-pc-linux --host=arm-linux "
     fi
 
     # Clear LDFLAGS and CFLAGS

--
Gitblit v1.9.1