gen: fix haiku platform (#10875)
parent
2c9f6899ba
commit
3f5e3c4bfe
|
@ -591,7 +591,7 @@ fn (mut g Gen) comp_if_to_ifdef(name string, is_comptime_optional bool) ?string
|
|||
return '__sun'
|
||||
}
|
||||
'haiku' {
|
||||
return '__haiku__'
|
||||
return '__HAIKU__'
|
||||
}
|
||||
//
|
||||
'js' {
|
||||
|
|
Loading…
Reference in New Issue