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

remove locale.h and unistd.h

This commit is contained in:
Alexander Medvednikov
2019-11-05 20:05:14 +03:00
parent b929543782
commit 1687afba9f
2 changed files with 1 additions and 3 deletions

View File

@ -37,6 +37,7 @@ endif
fresh_vc:
rm -rf vc/
git clone --depth 1 --quiet https://github.com/vlang/vc
cp fns.h vc/fns.h
fresh_tcc:
ifdef WIN32