Fix 3rdparty building

This commit is contained in:
agolybev
2019-06-20 14:32:51 +03:00
parent 09c43b1179
commit 0db6728463
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
)
exit
exit /b 0
:error
echo "Failed with error #%errorlevel%."