From 3f1d7e126051ec1bf31262ac5b636f00678f1264 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 9 Oct 2019 07:15:42 +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 f582209777..19a5ffc934 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 ) - mut 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 {