mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
self-reference local repo instead of online repo as a url for submodules
This commit is contained in:
parent
cfdfe14ad7
commit
e83e08c945
1 changed files with 6 additions and 6 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,24 +1,24 @@
|
||||||
[submodule "third-party/build/linux"]
|
[submodule "third-party/build/linux"]
|
||||||
path = third-party/build/linux
|
path = third-party/build/linux
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/build/linux
|
branch = third-party/build/linux
|
||||||
[submodule "third-party/common/win"]
|
[submodule "third-party/common/win"]
|
||||||
path = third-party/common/win
|
path = third-party/common/win
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/common/win
|
branch = third-party/common/win
|
||||||
[submodule "third-party/deps/common"]
|
[submodule "third-party/deps/common"]
|
||||||
path = third-party/deps/common
|
path = third-party/deps/common
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/deps/common
|
branch = third-party/deps/common
|
||||||
[submodule "third-party/deps/linux"]
|
[submodule "third-party/deps/linux"]
|
||||||
path = third-party/deps/linux
|
path = third-party/deps/linux
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/deps/linux
|
branch = third-party/deps/linux
|
||||||
[submodule "third-party/deps/win"]
|
[submodule "third-party/deps/win"]
|
||||||
path = third-party/deps/win
|
path = third-party/deps/win
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/deps/win
|
branch = third-party/deps/win
|
||||||
[submodule "third-party/build/win"]
|
[submodule "third-party/build/win"]
|
||||||
path = third-party/build/win
|
path = third-party/build/win
|
||||||
url = https://github.com/otavepto/gbe_fork.git
|
url = ./
|
||||||
branch = third-party/build/win
|
branch = third-party/build/win
|
||||||
|
|
Loading…
Add table
Reference in a new issue