Re-add the case for msvc now that it is a valid comp-time option
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