diff --git a/script/configure.sh b/script/configure.sh index 9188b9e7..a9536bb3 100755 --- a/script/configure.sh +++ b/script/configure.sh @@ -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