From 1e6bc76e37f1a0aab7429aac91394c1b4f138bc0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 23:25:21 +0800 Subject: [PATCH] Update tslib build shell script --- 3rdparty/expat/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3rdparty/expat/build.sh b/3rdparty/expat/build.sh index 508ed5d..156245b 100755 --- a/3rdparty/expat/build.sh +++ b/3rdparty/expat/build.sh @@ -78,7 +78,7 @@ tar -xjf ${SRC_NAME}.${PACK_SUFIX} cd ${SRC_NAME} - ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static --disable-shared + ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static check_result "ERROR: configure ${SRC_NAME} failure" make && make install -- Gitblit v1.9.1