Update submodules recursively in configure script

This commit is contained in:
Max Brunsfeld 2014-06-16 13:27:38 -07:00
parent 17040e32ec
commit e953dbaa17

View file

@ -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