Re-add the case for msvc now that it is a valid comp-time option

pull/1297/head
F1ssi0N 2019-07-24 17:08:19 +01:00 committed by Alexander Medvednikov
parent 99355ae8b2
commit f8bc893972
1 changed files with 3 additions and 3 deletions

View File

@ -596,9 +596,9 @@ pub fn user_os() string {
$if dragonfly {
return 'dragonfly'
}
// $if msvc {
// return 'windows'
// }
$if msvc {
return 'windows'
}
return 'unknown'
}