From 80a6d78595e96ad6ab837df343aee75e86e0d49b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 9 Oct 2019 07:22:33 +0300 Subject: [PATCH] fix msvc build --- compiler/msvc.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/msvc.v b/compiler/msvc.v index 19a5ffc934..2b6c2e9c82 100644 --- a/compiler/msvc.v +++ b/compiler/msvc.v @@ -250,7 +250,7 @@ pub fn (v mut V) cc_msvc() { v.out_name = os.realpath( v.out_name ) - alibs := []string // builtin.o os.o http.o etc + //alibs := []string // builtin.o os.o http.o etc if v.pref.build_mode == .build_module { } else if v.pref.build_mode == .default_mode {