diff options
| author | ruki <[email protected]> | 2026-04-15 00:56:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-15 00:56:08 +0800 |
| commit | 87bef0f0f27532d995ee1c51edb566da77d182d3 (patch) | |
| tree | aeaa1e9fac59d281bfa2946f525add6c3a2b8233 /core/src/lua/xmake.sh | |
| parent | 346f929f7819e92e2752c7b3335894297fb02630 (diff) | |
revert RDKCONST limitlua55
Diffstat (limited to 'core/src/lua/xmake.sh')
| -rwxr-xr-x | core/src/lua/xmake.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/lua/xmake.sh b/core/src/lua/xmake.sh index 754cbcdb3..6c504c3d0 100755 --- a/core/src/lua/xmake.sh +++ b/core/src/lua/xmake.sh @@ -30,8 +30,7 @@ target "lua" add_files "lua/lobject.c" add_files "lua/lopcodes.c" add_files "lua/loslib.c" - # allow reassignment of for-loop control variables (lua 5.4 compatible) - add_files "lua/lparser.c" "{replace = {RDKCONST);, VDKREG);}}" + add_files "lua/lparser.c" add_files "lua/lstate.c" add_files "lua/lstring.c" add_files "lua/lstrlib.c" |
