mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fixed clean of Windows MinGW build
This commit is contained in:
parent
5fdeeb788a
commit
ba7f072144
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue