From 63eb410b65f57df640d6cb7ff186af2947f60d55 Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Mon, 9 Jun 2025 02:21:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmac=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20weekly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- install_no_lock.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_no_lock.sh b/install_no_lock.sh index f75761f..ff999fb 100755 --- a/install_no_lock.sh +++ b/install_no_lock.sh @@ -11,8 +11,8 @@ cd $1 if [ -d "abseil-cpp" ];then rm -rf abseil-cpp fi -tar zxvf abseil-cpp-20250127.0.tar.gz +tar zxvf $2/abseil-cpp-20250127.0.tar.gz mv abseil-cpp-20250127.0 abseil-cpp -cd $1/abseil-cpp -patch -p1 < $1/fix-mingw-complier-error.patch +cd abseil-cpp +patch -p1 < $2/fix-mingw-complier-error.patch exit 0 -- Gitee