v.pref: uncomment the `$if serenity {}` block, after vc gets regenerated (#10716)

pull/10723/head
pancake 2021-07-09 10:57:43 +02:00 committed by GitHub
parent 972cbe2e9a
commit 6f234ee34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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
} }