fix(build): add git submodule sync to fetchthirdpary

This commit is contained in:
Qingping Hou
2014-06-08 20:35:31 -04:00
parent fe40c56f79
commit 0a40534688

View File

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