Fixed ninja module
The wrong url was set for ninja which was causing the xenia-build script to break
This commit is contained in:
parent
93d61d02d7
commit
ba26e1f7d4
|
@ -1,6 +1,6 @@
|
||||||
[submodule "third_party/ninja"]
|
[submodule "third_party/ninja"]
|
||||||
path = 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"]
|
[submodule "third_party/gyp"]
|
||||||
path = third_party/gyp
|
path = third_party/gyp
|
||||||
url = https://github.com/benvanik/gyp.git
|
url = https://github.com/benvanik/gyp.git
|
||||||
|
|
Loading…
Reference in New Issue