diff options
| author | ruki <[email protected]> | 2022-12-15 00:32:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-15 00:32:48 +0800 |
| commit | f12120f9b0d6118df89b50217350d26ed9398496 (patch) | |
| tree | 44b497b552240f47dc2e6d61c6276832afeec485 /core/src/lua/xmake.lua | |
| parent | 3574928f7cbcdfc722c4ab35a9c0d4bf10935ec7 (diff) | |
improve xmake.sh for lua
Diffstat (limited to 'core/src/lua/xmake.lua')
| -rw-r--r-- | core/src/lua/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/lua/xmake.lua b/core/src/lua/xmake.lua index 5d08083db..048d7305e 100644 --- a/core/src/lua/xmake.lua +++ b/core/src/lua/xmake.lua @@ -1,7 +1,4 @@ target("lua") - if not is_config("runtime", "lua") then - set_default(false) - end set_kind("static") set_warnings("all") |
