From 87bef0f0f27532d995ee1c51edb566da77d182d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 15 Apr 2026 00:56:08 +0800 Subject: revert RDKCONST limit --- core/src/lua/xmake.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/src/lua/xmake.lua') 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 -- cgit v1.3.1