make.bat: fix ninja support.

only worked with a fresh build folder.
This commit is contained in:
Ray Molenkamp
2018-08-14 07:57:21 -06:00
parent cab013bc5d
commit 5d034351de

View File

@@ -59,7 +59,7 @@ if "%MUST_CLEAN%"=="1" (
%CMAKE% cmake --build . --config Clean
)
if NOT EXIST %BUILD_DIR%\Blender.sln set MUST_CONFIGURE=1
if NOT EXIST %BUILD_DIR%\build.ninja set MUST_CONFIGURE=1
if "%NOBUILD%"=="1" set MUST_CONFIGURE=1
if "%MUST_CONFIGURE%"=="1" (