Fixed ninja module

The wrong url was set for ninja which was causing the xenia-build script
to break
This commit is contained in:
x1nixmzeng 2014-01-25 20:53:54 +00:00
parent 93d61d02d7
commit ba26e1f7d4
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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