From 5a4859cbce5a056d70698d89befc846b946d83e5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 21:51:35 +0800 Subject: [PATCH] update expat build.sh --- 3rdparty/zlib/build.sh | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index 8dd058d..f218c86 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -12,7 +12,7 @@ LYFTP_SRC=ftp://master.iot-yun.club/src/ -CROSSTOOL=CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- +CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- function msg_banner() { @@ -75,9 +75,12 @@ fi tar -xzf ${SRC_NAME}.${PACK_SUFIX} - cd ${SRC_NAME} + set -x - ./configure --prefix=${PREFIX_PATH} + cd ${SRC_NAME} + ls + + ./configure --prefix="${PREFIX_PATH}" check_result "ERROR: configure ${SRC_NAME} failure" make && make install -- Gitblit v1.9.1