mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: add support for _qnx.c.v overriding _default.c.v (#17611)
This commit is contained in:
@@ -386,6 +386,9 @@ pub fn user_os() string {
|
||||
$if solaris {
|
||||
return 'solaris'
|
||||
}
|
||||
$if qnx {
|
||||
return 'qnx'
|
||||
}
|
||||
$if haiku {
|
||||
return 'haiku'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user