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>2018-06-16 21:29:38 +0300
committerRay Molenkamp <github@lazydodo.com>2018-06-16 21:29:38 +0300
commit36e82b775933c511bb3f4dac9f3d572bf6fe0672 (patch)
tree2f75de174d76624dfa44fffb0970999c0f9181da /make.bat
parentace8ad861de78a19645cdf87e138eda6bc66ea3e (diff)
make.bat: Fix `make showhashes` not working.
broke in recent refactor.
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.bat b/make.bat
index 577f820438b..18e861f8fdb 100644
--- a/make.bat
+++ b/make.bat
@@ -16,6 +16,11 @@ if errorlevel 1 goto EOF
call "%BLENDER_DIR%\build_files\windows\find_dependencies.cmd"
if errorlevel 1 goto EOF
+if "%BUILD_SHOW_HASHES%" == "1" (
+ call "%BLENDER_DIR%\build_files\windows\show_hashes.cmd"
+ goto EOF
+)
+
if "%SHOW_HELP%" == "1" (
call "%BLENDER_DIR%\build_files\windows\show_help.cmd"
goto EOF