Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-02-23 06:02:45 +0300
committerRay Molenkamp <github@lazydodo.com>2019-02-23 06:53:29 +0300
commit633b77b0eedb494ae9ddce22ee36bfb3bf698a15 (patch)
treeae9c6e89c0d853805b0df825e1b4aa0752eecd48 /build_files/windows
parent085e9e3bedf68f3c6b25c57c103367d02b25e5a9 (diff)
Make.bat: Fix sub-module detection
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/check_submodules.cmd2
1 files changed, 1 insertions, 1 deletions
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