diff options
| author | ruki <[email protected]> | 2022-12-14 22:19:20 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-14 22:19:20 +0800 |
| commit | 47add8685e01b60412d63994cbed65f7049ae91a (patch) | |
| tree | cbf213ac8b13271b809542d65cd05d6a491b7605 /core/src/lua/xmake.lua | |
| parent | 4e1325a6699ea3a0aa6cd7568e93c7a3b3ea402a (diff) | |
| parent | 52c919d54bedc52b7b0af560bdb55d36d1668906 (diff) | |
Merge pull request #3172 from xmake-io/xmake.sh
add xmake.sh
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") |
