Update submodules recursively in configure script
This commit is contained in:
parent
17040e32ec
commit
e953dbaa17
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@
|
||||
|
||||
if [ "$1" == "-h" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue