make.bat: Fix make showhashes not working.

broke in recent refactor.
This commit is contained in:
Ray Molenkamp
2018-06-16 12:29:38 -06:00
parent ace8ad861d
commit 36e82b7759
2 changed files with 8 additions and 3 deletions

View File

@@ -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