Update .gitmodules.
- Fix line endings using `dos2unix`. - Use relative URL for udis86 to allow for HTTPS checkouts.
This commit is contained in:
parent
6005229159
commit
79878d7715
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -31,7 +31,7 @@
|
|||||||
url = https://github.com/mohabouje/WinToast.git
|
url = https://github.com/mohabouje/WinToast.git
|
||||||
[submodule "deps/udis86"]
|
[submodule "deps/udis86"]
|
||||||
path = deps/udis86
|
path = deps/udis86
|
||||||
url = git@github.com:iw4x/udis86.git
|
url = ../udis86.git
|
||||||
[submodule "deps/glm"]
|
[submodule "deps/glm"]
|
||||||
path = deps/glm
|
path = deps/glm
|
||||||
url = https://github.com/g-truc/glm.git
|
url = https://github.com/g-truc/glm.git
|
||||||
|
Loading…
Reference in New Issue
Block a user