Skip to content

Commit e3c0cc9

Browse files
committed
time: add haiku
1 parent e4ae832 commit e3c0cc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/time/time_other.odin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#+build !wasi
1010
#+build !windows
1111
#+build !orca
12+
#+build !haiku
1213
package time
1314

1415
_IS_SUPPORTED :: false

core/time/time_unix.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#+private
2-
#+build darwin, freebsd, openbsd, netbsd
2+
#+build darwin, freebsd, openbsd, netbsd, haiku
33
package time
44

55
import "core:sys/posix"

0 commit comments

Comments
 (0)