guowenxue
2022-04-19 edcdb8b7e2b21a4e4ec46f39f13a8601852d5957
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