FBT recurse submodules

This commit is contained in:
Willy-JL
2023-10-10 03:42:38 +01:00
parent 9ef4b15f68
commit e7bf892093
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set SCONS_EP=python -m SCons
if [%FBT_NO_SYNC%] == [] (
if exist ".git" (
git submodule update --init --depth 1 --jobs %NUMBER_OF_PROCESSORS%
git submodule update --init --recursive --depth 1 --jobs %NUMBER_OF_PROCESSORS%
) else (
echo Not in a git repo, please clone with "git clone"
exit /b 1