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.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/src/lua/xmake.lua b/core/src/lua/xmake.lua
index d732b89fb..93eab9580 100644
--- a/core/src/lua/xmake.lua
+++ b/core/src/lua/xmake.lua
@@ -14,12 +14,8 @@ target("lua")
add_includedirs("lua", {public = true})
-- add the common source files
- add_files("lua/*.c|lua.c|onelua.c|loslib.c|lparser.c")
+ add_files("lua/*.c|lua.c|onelua.c|loslib.c")
- -- allow reassignment of for-loop control variables (lua 5.4 compatible)
- add_files("lua/lparser.c", {rules = "utils.replace", replaces = {
- {"RDKCONST%);", "VDKREG);"},
- }})
if not is_plat("iphoneos") then
add_files("lua/loslib.c")
end