blob: 43169be195068b44c1b6fd18ef66f04612b77ee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[submodule "src/llvm"]
path = src/llvm
url = https://github.com/luqmana/llvm.git
branch = master
[submodule "src/libuv"]
path = src/libuv
url = https://github.com/alexcrichton/libuv.git
branch = master
[submodule "src/gyp"]
path = src/gyp
url = https://github.com/alexcrichton/gyp.git
|