From f35f6e15e13a4e5a360b94148534623b6a9c5feb Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Oct 2021 22:58:17 +0800 Subject: fix makefile --- core/src/lua/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/lua/xmake.lua') diff --git a/core/src/lua/xmake.lua b/core/src/lua/xmake.lua index 4f209b693..9a622a2e9 100644 --- a/core/src/lua/xmake.lua +++ b/core/src/lua/xmake.lua @@ -20,7 +20,7 @@ target("lua") add_files("lua/*.c|lua.c") -- add defines - add_defines("LUA_COMPAT_5_1", "LUA_COMPAT_5_2", {public = true}) + add_defines("LUA_COMPAT_5_1", "LUA_COMPAT_5_2", "LUA_COMPAT_5_3", {public = true}) if is_plat("windows") then add_defines("LUA_USE_WINDOWS") elseif is_plat("macosx", "iphoneos") then -- cgit v1.3.1