diff options
| author | ruki <[email protected]> | 2023-01-19 23:30:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-19 23:30:49 +0800 |
| commit | 0d836bc3b2351a72f9f28b18fb7a291220825441 (patch) | |
| tree | f8c47b94c403cb3f6699d79744b330084a2ef2dc /core/src/luajit/xmake.lua | |
| parent | 68398872d2cdee46be82d8b097ee869278a514e7 (diff) | |
fix luajit
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index 8ad0bf1af..1e6bca80a 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -22,7 +22,7 @@ end local autogendir = path.join("luajit", "autogen", plat, jit and "jit" or "nojit", arch) -- add target -target("lua") +target("luajit") -- make as a static library set_kind("static") |
