summaryrefslogtreecommitdiff
path: root/core/src/lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lua')
-rwxr-xr-xcore/src/lua/xmake.sh2
1 files changed, 1 insertions, 1 deletions
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"