From 0b35f57d5dca407a47bd72a2b9c38f826ad816bf Mon Sep 17 00:00:00 2001 From: baidwwy <313738139@qq.com> Date: Fri, 23 Apr 2021 21:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9zlib=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=B8=BAhttps://gitee.com/mirrors/zlib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6a48a7a..0bd34ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,8 @@ branch = master [submodule "dependent/zlib"] path = dependent/zlib - url = https://gitee.com/GGELUA/zlib + url = https://gitee.com/mirrors/zlib + branch = master [submodule "dependent/mongo-c-driver"] path = dependent/mongo-c-driver url = https://gitee.com/mirrors/mongo-c-driver @@ -12,12 +13,15 @@ [submodule "dependent/SQLite3MultipleCiphers"] path = dependent/SQLite3MultipleCiphers url = https://gitee.com/GGELUA/SQLite3MultipleCiphers + branch = master [submodule "dependent/libzmq"] path = dependent/libzmq url = https://gitee.com/mirrors/libzmq + branch = master [submodule "dependent/SDL"] path = dependent/SDL url = https://gitee.com/GGELUA/SDL + branch = main [submodule "dependent/SDL_ttf"] path = dependent/SDL_ttf url = https://gitee.com/GGELUA/SDL_ttf @@ -29,6 +33,7 @@ [submodule "dependent/SDL_mixer"] path = dependent/SDL_mixer url = https://gitee.com/GGELUA/SDL_mixer + branch = master [submodule "dependent/curl"] path = dependent/curl url = https://gitee.com/mirrors/curl