fix(build): add git submodule sync to fetchthirdpary

pull/636/head
Qingping Hou 10 years ago
parent fe40c56f79
commit 0a40534688

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

Loading…
Cancel
Save