mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix error in msvc_win
This commit is contained in:
parent
4b69d43f9f
commit
1270e8a9f2
@ -196,7 +196,7 @@ fn find_msvc() ?MsvcResult {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn v (mut V) cc_msvc() {
|
||||
pub fn (v mut V) cc_msvc() {
|
||||
r := find_msvc() or {
|
||||
println('Could not find MSVC')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user