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:
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…
x
Reference in New Issue
Block a user