Don't use `git submodule update --init` in Makefile
This is because when we make tar ball, we are no longer under git control. git submodule does not work there. We instead bundle mruby source tree in archive. git submodule command is only required when building from git repository.
Showing
Please register or sign in to comment