From 9327e1f65314ca545ba8d71a1a4422438e12d5d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 21 Sep 2020 23:12:14 +0800 Subject: improve luajit/xmake.lua --- core/src/luajit/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.3.1