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 {
|
$if dragonfly {
|
||||||
return .dragonfly
|
return .dragonfly
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
// TODO: uncomment after regenerating vc.c
|
|
||||||
$if serenity {
|
$if serenity {
|
||||||
return .serenity
|
return .serenity
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
$if solaris {
|
$if solaris {
|
||||||
return .solaris
|
return .solaris
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue