diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-07-28 15:46:32 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-07-28 15:46:32 +0200 |
| commit | dc2b7577b6663ff65a76fa3790578215d2136a48 (patch) | |
| tree | 9b848b161e48f0918b6e3823babc3e70c82a17aa /src | |
| parent | 4c82cf6084dd52c73a788bd7c8047fa133cd41c9 (diff) | |
| download | lanes-dc2b7577b6663ff65a76fa3790578215d2136a48.tar.gz lanes-dc2b7577b6663ff65a76fa3790578215d2136a48.tar.bz2 lanes-dc2b7577b6663ff65a76fa3790578215d2136a48.zip | |
I don't even know why I ever included luajit.h. removed it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/compat.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compat.hpp b/src/compat.hpp index 49029df..4dc7433 100644 --- a/src/compat.hpp +++ b/src/compat.hpp | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | // try to detect if we are building against LuaJIT or MoonJIT | 6 | // try to detect if we are building against LuaJIT or MoonJIT |
| 7 | #if defined(LUA_JITLIBNAME) | 7 | #if defined(LUA_JITLIBNAME) |
| 8 | #include "luajit.h" | ||
| 9 | #if (defined(__x86_64__) || defined(_M_X64) || defined(__LP64__)) | 8 | #if (defined(__x86_64__) || defined(_M_X64) || defined(__LP64__)) |
| 10 | #define LUAJIT_FLAVOR() 64 | 9 | #define LUAJIT_FLAVOR() 64 |
| 11 | #else // 64 bits | 10 | #else // 64 bits |
