mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-21 07:19:54 -05:00
Fixed clean of Windows MinGW build
This commit is contained in:
parent
5fdeeb788a
commit
ba7f072144
@ -8,7 +8,7 @@ if errorlevel 1 goto error_env
|
|||||||
call "%EnvPath%\env.bat"
|
call "%EnvPath%\env.bat"
|
||||||
if errorlevel 1 goto error_env
|
if errorlevel 1 goto error_env
|
||||||
|
|
||||||
call "%~dp0env.bat" %*
|
call "%~dp0env.bat" clean %*
|
||||||
if errorlevel 2 exit /B 2
|
if errorlevel 2 exit /B 2
|
||||||
if errorlevel 1 goto error_env
|
if errorlevel 1 goto error_env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user