Browse Source

time: add haiku

Laytan Laats 8 tháng trước cách đây
mục cha
commit
e3c0cc9dfc
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 !windows
 #+build !orca
+#+build !haiku
 package time
 
 _IS_SUPPORTED :: false

+ 1 - 1
core/time/time_unix.odin

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