Use absolute URLs for submodules
This commit is contained in:
parent
aaf09dadd6
commit
0edce45dc9
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,8 +1,8 @@
|
|||
[submodule "cglm"]
|
||||
path = external/cglm
|
||||
url = ../cglm.git
|
||||
url = https://github.com/taisei-project/cglm.git
|
||||
branch = taisei
|
||||
[submodule "gamecontrollerdb"]
|
||||
path = external/gamecontrollerdb
|
||||
url = ../SDL_GameControllerDB.git
|
||||
url = https://github.com/taisei-project/SDL_GameControllerDB.git
|
||||
branch = master
|
||||
|
|
Loading…
Reference in a new issue