diff options
| author | ruki <[email protected]> | 2020-09-21 23:12:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-21 23:12:14 +0800 |
| commit | 9327e1f65314ca545ba8d71a1a4422438e12d5d3 (patch) | |
| tree | a15ecf89be0d6b07b2b782350891dce6bb8463bf /core/src/luajit/xmake.lua | |
| parent | 535bd09596a6e865b74e390bff882ff8fecc39bf (diff) | |
improve luajit/xmake.lua
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 |
