summaryrefslogtreecommitdiff
path: root/core/src/luajit/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-23 13:09:30 +0800
committerGitHub <[email protected]>2021-11-23 13:09:30 +0800
commit2e144373c6f1f1d945e9c632adb469f858d4a004 (patch)
treedc36f7a3bde45d2c566154d9d0367720f1f4a1c5 /core/src/luajit/xmake.lua
parent2dae9ae6afe1bb25ceff0e52b6c1e5c0c9a00f03 (diff)
Update xmake.lua
Diffstat (limited to 'core/src/luajit/xmake.lua')
-rw-r--r--core/src/luajit/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua
index f6f351394..a3c7120df 100644
--- a/core/src/luajit/xmake.lua
+++ b/core/src/luajit/xmake.lua
@@ -23,7 +23,7 @@ local autogendir = path.join("autogen", plat, jit and "jit" or "nojit", arch)
-- add target
target("luajit")
- if not is_config("luajit") then
+ if not is_config("runtime", "luajit") then
set_default(false)
end