Merge pull request #636 from houqp/houqp-master

fix(build): add git submodule sync to fetchthirdpary
pull/637/head v2014.06.09-nightly
Huang Xin 10 years ago
commit ebe4ea21a8

@ -83,6 +83,7 @@ test:
fetchthirdparty:
git submodule init
git submodule sync
git submodule update
$(MAKE) -C $(KOR_BASE) fetchthirdparty

Loading…
Cancel
Save