From 5527d6c88fd8ec864cf4c1978c49d2a819f0d2af Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Apr 2026 22:36:05 +0800 Subject: fix replace RDKCONST --- core/src/lua/xmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/lua') diff --git a/core/src/lua/xmake.sh b/core/src/lua/xmake.sh index 472063c5f..754cbcdb3 100755 --- a/core/src/lua/xmake.sh +++ b/core/src/lua/xmake.sh @@ -31,7 +31,7 @@ target "lua" 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, 0}}" + add_files "lua/lparser.c" "{replace = {RDKCONST);, VDKREG);}}" add_files "lua/lstate.c" add_files "lua/lstring.c" add_files "lua/lstrlib.c" -- cgit v1.3.1