aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-05 07:26:45 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-05 07:26:45 -0400
commit1165d65c94db7210d1fdb34fdaa44b68ca80c4c6 (patch)
treec939f0d041814f30d8e286bdd11a02770a14c4a8 /core
parent17a01a81d812793ee494d46885e6316c7cdd447e (diff)
Minimally support compiling Odin on FreeBSD arm64
This is enough to get Odin itself compiling and the demo running.
Diffstat (limited to 'core')
-rw-r--r--core/os/os_freebsd.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os_freebsd.odin b/core/os/os_freebsd.odin
index be86854dd..cdd44d301 100644
--- a/core/os/os_freebsd.odin
+++ b/core/os/os_freebsd.odin
@@ -159,7 +159,7 @@ blkcnt_t :: i64
blksize_t :: i32
fflags_t :: u32
-when ODIN_ARCH == .amd64 /* LP64 */ {
+when ODIN_ARCH == .amd64 || ODIN_ARCH == .arm64 /* LP64 */ {
time_t :: i64
} else {
time_t :: i32