Merge remote-tracking branch 'origin/master' into blender2.8

This commit is contained in:
Ray Molenkamp
2018-08-14 08:00:49 -06:00

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" (