mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Added gyp submodule.
This commit is contained in:
parent
d42347fca2
commit
87fbcb12a1
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "vendor/v8"]
|
||||
path = vendor/v8
|
||||
url = https://github.com/v8/v8.git
|
||||
[submodule "vendor/gyp"]
|
||||
path = vendor/gyp
|
||||
url = https://git.chromium.org/git/external/gyp.git
|
||||
|
|
1
vendor/gyp
vendored
Submodule
1
vendor/gyp
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 878ee285239e5777028c31d6b9d10fbc930ccda2
|
Loading…
Add table
Reference in a new issue