Make.bat: Fix sub-module detection

This commit is contained in:
Ray Molenkamp 2019-02-22 20:02:45 -07:00
parent 085e9e3bed
commit 633b77b0ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if NOT exist "%BLENDER_DIR%/source/tools" (
if NOT exist "%BLENDER_DIR%\source\tools\.git" (
echo Checking out sub-modules
if not "%GIT%" == "" (
"%GIT%" submodule update --init --recursive --progress