fix msvc build
parent
d8622dd3e5
commit
3f1d7e1260
|
@ -250,7 +250,7 @@ pub fn (v mut V) cc_msvc() {
|
||||||
|
|
||||||
v.out_name = os.realpath( v.out_name )
|
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 {
|
if v.pref.build_mode == .build_module {
|
||||||
}
|
}
|
||||||
else if v.pref.build_mode == .default_mode {
|
else if v.pref.build_mode == .default_mode {
|
||||||
|
|
Loading…
Reference in New Issue