소스 검색

更新 build.sh

1585346868 8 달 전
부모
커밋
10b21f917b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      build.sh

+ 2 - 2
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目录