v.pref: uncomment the `$if serenity {}` block, after vc gets regenerated (#10716)
parent
972cbe2e9a
commit
6f234ee34a
|
@ -91,13 +91,9 @@ pub fn get_host_os() OS {
|
|||
$if dragonfly {
|
||||
return .dragonfly
|
||||
}
|
||||
/*
|
||||
// TODO: uncomment after regenerating vc.c
|
||||
$if serenity {
|
||||
return .serenity
|
||||
}
|
||||
*/
|
||||
|
||||
$if solaris {
|
||||
return .solaris
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue