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:
authorAntonio Vazquez <blendergit@gmail.com>2021-09-06 18:58:38 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-09-06 18:58:38 +0300
commitbd79d6067c66fc079ea62b6cf11d7479ba8673eb (patch)
tree844c8be7d1ea8e3cdd587ab08c3b63ce2884f3b5 /build_files/windows
parentce71357711eb0d79916045f1e67523af21b1791e (diff)
make.bat: Fix missing quotes in python detection
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/icons.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/windows/icons.cmd b/build_files/windows/icons.cmd
index 473a40885a8..d51b27d8953 100644
--- a/build_files/windows/icons.cmd
+++ b/build_files/windows/icons.cmd
@@ -1,4 +1,4 @@
-if EXIST %PYTHON% (
+if EXIST "%PYTHON%" (
goto detect_python_done
)