diff options
| author | ruki <[email protected]> | 2021-11-23 13:09:10 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-23 13:09:10 +0800 |
| commit | 2dae9ae6afe1bb25ceff0e52b6c1e5c0c9a00f03 (patch) | |
| tree | 7d095540c359540383dba6539d181057fe520871 /core/src/lua | |
| parent | 3c61b8d29bab671a444a8e6310ad2cd7f922f9ca (diff) | |
Update xmake.lua
Diffstat (limited to 'core/src/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") |
