1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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