Fixed clean of Windows MinGW build

This commit is contained in:
thunder2 2022-02-07 17:27:42 +01:00
parent 5fdeeb788a
commit ba7f072144

View File

@ -8,7 +8,7 @@ if errorlevel 1 goto error_env
call "%EnvPath%\env.bat"
if errorlevel 1 goto error_env
call "%~dp0env.bat" %*
call "%~dp0env.bat" clean %*
if errorlevel 2 exit /B 2
if errorlevel 1 goto error_env