fix msvc build

pull/2267/head
Alexander Medvednikov 2019-10-09 07:10:33 +03:00
parent 29f578d172
commit d8622dd3e5
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,7 @@ pub fn (v mut V) cc_msvc() {
if v.pref.build_mode == .build_module {
}
else if v.pref.build_mode == .default_mode {
/*
b := os.realpath( '$v_modules_path/vlib/builtin.obj' )
alibs << '"$b"'
if !os.file_exists(b) {
@ -266,6 +267,7 @@ pub fn (v mut V) cc_msvc() {
}
alibs << '"' + os.realpath( '$v_modules_path/vlib/${imp}.obj' ) + '"'
}
*/
}
if v.pref.sanitize {