summaryrefslogtreecommitdiff
path: root/core/src/lua/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lua/xmake.lua')
-rw-r--r--core/src/lua/xmake.lua3
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")