From 5a80d587d5ee570ebe3541f96bac8ce2e0562902 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 10 Aug 2019 08:21:20 +0200 Subject: [PATCH] makefile: use latest v.c --- Makefile | 1 + vlib/http/backend_win.v | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3618653a55..e564e539e4 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/vlib/http/backend_win.v b/vlib/http/backend_win.v index c0d51acc8d..5f8afcd9f5 100644 --- a/vlib/http/backend_win.v +++ b/vlib/http/backend_win.v @@ -6,6 +6,7 @@ module http import strings + #flag windows -I @VROOT/thirdparty/vschannel #flag -lws2_32 -lcrypt32