diff options
| author | ruki <[email protected]> | 2021-11-23 13:09:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-23 13:09:30 +0800 |
| commit | 2e144373c6f1f1d945e9c632adb469f858d4a004 (patch) | |
| tree | dc36f7a3bde45d2c566154d9d0367720f1f4a1c5 /core/src/luajit/xmake.lua | |
| parent | 2dae9ae6afe1bb25ceff0e52b6c1e5c0c9a00f03 (diff) | |
Update xmake.lua
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 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 |
