mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Re-add the case for msvc now that it is a valid comp-time option
This commit is contained in:
parent
99355ae8b2
commit
f8bc893972
@ -596,9 +596,9 @@ pub fn user_os() string {
|
|||||||
$if dragonfly {
|
$if dragonfly {
|
||||||
return 'dragonfly'
|
return 'dragonfly'
|
||||||
}
|
}
|
||||||
// $if msvc {
|
$if msvc {
|
||||||
// return 'windows'
|
return 'windows'
|
||||||
// }
|
}
|
||||||
return 'unknown'
|
return 'unknown'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user