Add GNU/Hurd build support.
Note: this is not an officially supported target. Contributed by Pino Toscano and Samuel Thibault. #1383 #1384
This commit is contained in:
@@ -96,6 +96,9 @@
|
||||
#elif defined(__QNX__)
|
||||
#define LJ_TARGET_QNX 1
|
||||
#define LUAJIT_OS LUAJIT_OS_POSIX
|
||||
#elif defined(__GNU__)
|
||||
#define LJ_TARGET_HURD 1
|
||||
#define LUAJIT_OS LUAJIT_OS_POSIX
|
||||
#else
|
||||
#define LUAJIT_OS LUAJIT_OS_OTHER
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user