mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Use relative urls in .gitmodules
This commit is contained in:
parent
cf5346c263
commit
fe51c7b960
1 changed files with 3 additions and 2 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
|
@ -78,8 +78,9 @@
|
|||
ignore = dirty
|
||||
[submodule "3rdparty/libsdl-org/SDL"]
|
||||
path = 3rdparty/libsdl-org/SDL
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
url = ../../libsdl-org/SDL.git
|
||||
ignore = dirty
|
||||
[submodule "3rdparty/miniupnp/miniupnp"]
|
||||
path = 3rdparty/miniupnp/miniupnp
|
||||
url = https://github.com/miniupnp/miniupnp.git
|
||||
url = ../../miniupnp/miniupnp.git
|
||||
ignore = dirty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue