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

fix msvc build

This commit is contained in:
Alexander Medvednikov 2019-10-09 07:15:42 +03:00
parent d8622dd3e5
commit 3f1d7e1260

View File

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