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 {
|
||||
return 'dragonfly'
|
||||
}
|
||||
// $if msvc {
|
||||
// return 'windows'
|
||||
// }
|
||||
$if msvc {
|
||||
return 'windows'
|
||||
}
|
||||
return 'unknown'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user