diff options
-rw-r--r-- | src/lj_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index fe558157..c8d7138e 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -74,7 +74,7 @@ | |||
74 | defined(__NetBSD__) || defined(__OpenBSD__) || \ | 74 | defined(__NetBSD__) || defined(__OpenBSD__) || \ |
75 | defined(__DragonFly__)) && !defined(__ORBIS__) | 75 | defined(__DragonFly__)) && !defined(__ORBIS__) |
76 | #define LUAJIT_OS LUAJIT_OS_BSD | 76 | #define LUAJIT_OS LUAJIT_OS_BSD |
77 | #elif (defined(__sun__) && defined(__svr4__)) | 77 | #elif (defined(__sun__) && defined(__svr4__)) || defined(__HAIKU__) |
78 | #define LUAJIT_OS LUAJIT_OS_POSIX | 78 | #define LUAJIT_OS LUAJIT_OS_POSIX |
79 | #elif defined(__CYGWIN__) | 79 | #elif defined(__CYGWIN__) |
80 | #define LJ_TARGET_CYGWIN 1 | 80 | #define LJ_TARGET_CYGWIN 1 |