summaryrefslogtreecommitdiff
path: root/core/src/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-23 13:09:10 +0800
committerGitHub <[email protected]>2021-11-23 13:09:10 +0800
commit2dae9ae6afe1bb25ceff0e52b6c1e5c0c9a00f03 (patch)
tree7d095540c359540383dba6539d181057fe520871 /core/src/lua
parent3c61b8d29bab671a444a8e6310ad2cd7f922f9ca (diff)
Update xmake.lua
Diffstat (limited to 'core/src/lua')
-rw-r--r--core/src/lua/xmake.lua2
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")