f9f8a3e72c
Currently submodules are using the git protocol. Git protocol is blocked by certain corporate networks which makes it difficult to sync the submodules. Replacing the git protocol with https in order to sync the submodules.
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
[submodule "src/llvm"]
|
|
path = src/llvm
|
|
url = https://github.com/brson/llvm.git
|
|
[submodule "src/libuv"]
|
|
path = src/libuv
|
|
url = https://github.com/brson/libuv.git
|