fix msvc build

pull/2267/head
Alexander Medvednikov 2019-10-09 07:22:33 +03:00
parent 3f1d7e1260
commit 80a6d78595
1 changed files with 1 additions and 1 deletions

View File

@ -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 {