Commit 4eb0d287 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

fixed an early exit from the make script

parent 242dad0d
...@@ -10,6 +10,9 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO ( ...@@ -10,6 +10,9 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
call %%i/fetch.bat call %%i/fetch.bat
) )
CD /D %~dp0
ECHO %%i
if exist %%i/build.bat ( if exist %%i/build.bat (
call %%i/build.bat call %%i/build.bat
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment