From ba26e1f7d43e040dcd54ba783ed1eb2703755eab Mon Sep 17 00:00:00 2001 From: x1nixmzeng Date: Sat, 25 Jan 2014 20:53:54 +0000 Subject: [PATCH] Fixed ninja module The wrong url was set for ninja which was causing the xenia-build script to break --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1bcd07855..cfeadeb7d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "third_party/ninja"] path = third_party/ninja - url = git://github.com/martine/ninja.git + url = https://github.com/martine/ninja.git [submodule "third_party/gyp"] path = third_party/gyp url = https://github.com/benvanik/gyp.git