From e83e08c945a32a8742a1ef851f39bf7dec52820d Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 10 May 2024 21:38:19 +0300 Subject: [PATCH] self-reference local repo instead of online repo as a url for submodules --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3667a2ba..5b2208b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "third-party/build/linux"] path = third-party/build/linux - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/build/linux [submodule "third-party/common/win"] path = third-party/common/win - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/common/win [submodule "third-party/deps/common"] path = third-party/deps/common - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/deps/common [submodule "third-party/deps/linux"] path = third-party/deps/linux - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/deps/linux [submodule "third-party/deps/win"] path = third-party/deps/win - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/deps/win [submodule "third-party/build/win"] path = third-party/build/win - url = https://github.com/otavepto/gbe_fork.git + url = ./ branch = third-party/build/win