From e563333fb4addd6f91156a95b8c81fea558e50a8 Mon Sep 17 00:00:00 2001 From: Aleksey Komarov Date: Thu, 7 Jun 2018 08:51:32 +0300 Subject: [PATCH] fix Linux build. Part 2 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 96872aef3b3..1fd9e6ede8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "Externals/LuaJIT"] path = Externals/LuaJIT - url = https://github.com/Xottab-DUTY/LuaJIT.git + url = https://github.com/q4a/LuaJIT.git [submodule "Externals/luabind"] path = Externals/luabind - url = https://github.com/Xottab-DUTY/luabind-deboostified.git + url = https://github.com/q4a/luabind-deboostified.git [submodule "Externals/GameSpy"] path = Externals/GameSpy url = https://github.com/nitrocaster/GameSpy.git