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:22:33 +03:00
parent 3f1d7e1260
commit 80a6d78595

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 {