From 1b1be2c4fed6795c2d0acc17e9a754c759ac423f Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Thu, 8 Jan 2026 17:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f7eb1a5..f62a211 100644 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ cd 3rdparty # 检查ylib是否已经克隆 if [ ! -d "ylib" ]; then # 克隆ylib C++开发库 - git clone https://github.com/Liuccysdgg/ylib.git + git clone https://git.ddtalk.net/1585346868/ylib.git else @@ -29,7 +29,7 @@ cd .. # 克隆fastweb仓库 if [ ! -d "fastweb" ]; then - git clone https://github.com/Liuccysdgg/fastweb.git + git clone https://git.ddtalk.net/1585346868/fastweb.git fi # 进入fastweb目录