Shallow clone the submodules
This commit is contained in:
parent
0fb4821b37
commit
622f1b231c
1 changed files with 2 additions and 0 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,8 @@
|
||||||
[submodule "submodules/SDL_ttf"]
|
[submodule "submodules/SDL_ttf"]
|
||||||
path = submodules/SDL_ttf
|
path = submodules/SDL_ttf
|
||||||
url = https://github.com/libsdl-org/SDL_ttf.git
|
url = https://github.com/libsdl-org/SDL_ttf.git
|
||||||
|
shallow = true
|
||||||
[submodule "submodules/SDL"]
|
[submodule "submodules/SDL"]
|
||||||
path = submodules/SDL
|
path = submodules/SDL
|
||||||
url = https://github.com/libsdl-org/SDL.git
|
url = https://github.com/libsdl-org/SDL.git
|
||||||
|
shallow = true
|
||||||
|
|
Loading…
Reference in a new issue