add haiku to unix

This commit is contained in:
avanspector
2024-02-25 16:50:04 +01:00
parent 2e80879e88
commit dc5cf23066
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, haiku
package unix
foreign import "system:pthread"
+1 -1
View File
@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, haiku
package unix
when ODIN_OS == .Darwin {