From 5e9d03d507aad324a803eb8795e0eed6fb671761 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 10 Jul 2023 15:24:52 +0800
Subject: [PATCH] Merge branch 'master' of http://master.iot-yun.club:8088/r/raspberrypi

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

diff --git a/3rdparty/build.sh b/3rdparty/build.sh
index bc14e72..210ca38 100755
--- a/3rdparty/build.sh
+++ b/3rdparty/build.sh
@@ -14,14 +14,14 @@
 echo ${ARCH} | grep "arm" > /dev/null 
 if [ $? == 0 ] ; then 
    msg_banner "Start local compile on RaspberryPi..."   
-   cd local && bash build.sh
+   cd arm && bash build.sh
    exit 0;
 fi 
 
 echo ${ARCH} | grep "x86" > /dev/null 
 if [ $? == 0 ] ; then 
    msg_banner "Start cross compile on x86 server..."   
-   cd cross && bash build.sh
+   cd x86 && bash build.sh
    exit 0;
 fi 
 

--
Gitblit v1.9.1