Minimally support compiling Odin on FreeBSD arm64

This is enough to get Odin itself compiling and the demo running.
This commit is contained in:
Feoramund
2024-05-05 07:26:45 -04:00
parent 17a01a81d8
commit 1165d65c94
4 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -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