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

fixed an early exit from the make script

parent 242dad0d
......@@ -9,9 +9,12 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
if exist %%i/fetch.bat (
call %%i/fetch.bat
)
CD /D %~dp0
ECHO %%i
if exist %%i/build.bat (
call %%i/build.bat
)
)
\ No newline at end of file
)
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