summaryrefslogtreecommitdiff
path: root/xb.bat
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2015-07-12 11:10:39 -0700
committerBen Vanik <ben.vanik@gmail.com>2015-07-12 22:04:16 -0700
commite69c7b00a805c6f7e58e65e9e8c24942e3ff31eb (patch)
treecdc52e3ca7420590fa779ec7671e72d7f68c8352 /xb.bat
parent77894ac03a2248bc590bd2149dfd8911d885e4be (diff)
Recursive submodule init.
Diffstat (limited to 'xb.bat')
-rw-r--r--xb.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/xb.bat b/xb.bat
index 7c389bb4c..3be37f333 100644
--- a/xb.bat
+++ b/xb.bat
@@ -137,8 +137,8 @@ SETLOCAL
ECHO Setting up the build environment...
ECHO.
-ECHO ^> git submodule update --init
-git submodule update --init
+ECHO ^> git submodule update --init --recursive
+git submodule update --init --recursive
IF %ERRORLEVEL% NEQ 0 (
ECHO.
ECHO ERROR: failed to initialize git submodules