Browse Source

time: add haiku

Laytan Laats 8 months ago
parent
commit
e3c0cc9dfc
2 changed files with 2 additions and 1 deletions
  1. 1 0
      core/time/time_other.odin
  2. 1 1
      core/time/time_unix.odin

+ 1 - 0
core/time/time_other.odin

@@ -9,6 +9,7 @@
 #+build !wasi
 #+build !wasi
 #+build !windows
 #+build !windows
 #+build !orca
 #+build !orca
+#+build !haiku
 package time
 package time
 
 
 _IS_SUPPORTED :: false
 _IS_SUPPORTED :: false

+ 1 - 1
core/time/time_unix.odin

@@ -1,5 +1,5 @@
 #+private
 #+private
-#+build darwin, freebsd, openbsd, netbsd
+#+build darwin, freebsd, openbsd, netbsd, haiku
 package time
 package time
 
 
 import "core:sys/posix"
 import "core:sys/posix"