From 8d4408725a415638f94bbfb3c8a8b1146df2fee5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 19:36:54 +0800 Subject: [PATCH] update openssl zlib build shell script --- 3rdparty/zlib/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index 5f2beef..8dd058d 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -12,7 +12,7 @@ LYFTP_SRC=ftp://master.iot-yun.club/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- function msg_banner() { -- Gitblit v1.9.1