更新 build.sh

This commit is contained in:
2026-01-08 17:20:04 +08:00
parent 6a8d280ec2
commit 1b1be2c4fe

View File

@@ -10,7 +10,7 @@ cd 3rdparty
# 检查ylib是否已经克隆 # 检查ylib是否已经克隆
if [ ! -d "ylib" ]; then if [ ! -d "ylib" ]; then
# 克隆ylib C++开发库 # 克隆ylib C++开发库
git clone https://github.com/Liuccysdgg/ylib.git git clone https://git.ddtalk.net/1585346868/ylib.git
else else
@@ -29,7 +29,7 @@ cd ..
# 克隆fastweb仓库 # 克隆fastweb仓库
if [ ! -d "fastweb" ]; then if [ ! -d "fastweb" ]; then
git clone https://github.com/Liuccysdgg/fastweb.git git clone https://git.ddtalk.net/1585346868/fastweb.git
fi fi
# 进入fastweb目录 # 进入fastweb目录