mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
main.v: fix msvc
This commit is contained in:
@@ -747,7 +747,7 @@ fn (v mut V) cc() {
|
||||
}
|
||||
$if windows {
|
||||
if v.os == .msvc {
|
||||
cc_msvc(mut v)
|
||||
v.cc_msvc()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user