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