make.bat: fix ninja support.
only worked with a fresh build folder.
This commit is contained in:
@@ -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" (
|
||||
|
Reference in New Issue
Block a user