From 34bb5f10ad347527bdf8a67684d0f6077e2235b2 Mon Sep 17 00:00:00 2001 From: silverbullet233 <3675229+silverbullet233@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:47:45 +0800 Subject: [PATCH] fix Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com> --- thirdparty/build-thirdparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh index e04a92dde00be4..f580ad9ecbcfaf 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -1355,7 +1355,7 @@ build_icu() { sed -i 's/\r$//' ./config.* sed -i 's/\r$//' ./configure sed -i 's/\r$//' ./mkinstalldirs - ./runConfigureICU Linux --prefix=$TP_INSTALL_DIR --enable-static --disable-shared + ./runConfigureICU Linux/gcc --prefix=$TP_INSTALL_DIR --enable-static --disable-shared make -j$PARALLEL make install }