mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
time: add haiku
This commit is contained in:
@@ -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,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user