diff options
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index 6ae88324f..2ab1ae5dd 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -10,6 +10,9 @@ if is_arch("arm64", "arm64-v8a") then arch = "arm64" elseif is_arch("arm.*") then arch = "arm" +elseif is_arch("mips64.*") then + arch = "mips64" + jit = false end if os.isfile("/etc/redhat-release") then jit = false |
