Add --recursive in case submodules have third-party dependencies

This commit is contained in:
Jean-Sebastien Guay 2016-09-11 19:43:16 -04:00
parent 2ad380e677
commit 0774831b21

View File

@ -76,4 +76,4 @@ fetch_git "https://github.com/libretro/retroarch-assets.git" "media/assets"
fetch_git "https://github.com/libretro/retroarch-joypad-autoconfig.git" "media/autoconfig"
fetch_git "https://github.com/libretro/libretro-database.git" "media/libretrodb"
git submodule update --init
git submodule update --init --recursive