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

makefile: use latest v.c

This commit is contained in:
Alexander Medvednikov 2019-08-10 08:21:20 +02:00
parent 45766dcb2e
commit 5a80d587d5
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ v.c.out: v.${VC}.c
v.${VC}.c:
curl -o v.${VC}.c -LsSf https://github.com/vlang/vc/raw/${VC}/v.c
curl -o v.${VC}.c -LsSf https://raw.githubusercontent.com/vlang/vc/master/v.c
test: v
./v -prod -o vprod compiler # Test prod build

View File

@ -6,6 +6,7 @@ module http
import strings
#flag windows -I @VROOT/thirdparty/vschannel
#flag -lws2_32 -lcrypt32