Commit: 633b77b0eedb494ae9ddce22ee36bfb3bf698a15
Author: Ray Molenkamp
Date:   Fri Feb 22 20:02:45 2019 -0700
Branches: master
https://developer.blender.org/rB633b77b0eedb494ae9ddce22ee36bfb3bf698a15

Make.bat: Fix sub-module detection

===================================================================

M       build_files/windows/check_submodules.cmd

===================================================================

diff --git a/build_files/windows/check_submodules.cmd 
b/build_files/windows/check_submodules.cmd
index c0c64148dd7..cab8ff4f71d 100644
--- a/build_files/windows/check_submodules.cmd
+++ b/build_files/windows/check_submodules.cmd
@@ -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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to