diff options
Diffstat (limited to 'core/src/lua/xmake.lua')
| -rw-r--r-- | core/src/lua/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lua/xmake.lua b/core/src/lua/xmake.lua index 62326e748..379bdc46a 100644 --- a/core/src/lua/xmake.lua +++ b/core/src/lua/xmake.lua @@ -1,5 +1,5 @@ target("lua") - if not is_config("lua") then + if not is_config("runtime", "lua") then set_default(false) end set_kind("static") |
