1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

makefile: pre-build builtin modules

This commit is contained in:
Alexander Medvednikov
2019-11-18 03:51:14 +03:00
parent e081791eaf
commit f7c7ffecb3
2 changed files with 7 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ else
echo "Self rebuild ($$VC_V => $$V_V)"; \
./v -o v v.v; \
fi)
./v build module vlib/builtin
./v build module vlib/strings
./v build module vlib/strconv
endif
rm -rf vc/
@echo "V has been successfully built"