Merge pull request #636 from houqp/houqp-master

fix(build): add git submodule sync to fetchthirdpary
This commit is contained in:
Huang Xin
2014-06-09 08:46:57 +08:00

View File

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