Ver código fonte

Update Lua 5.4 to 5.4.3

bel2125 4 anos atrás
pai
commit
75c8c629ca
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      resources/Makefile.in-lua

+ 2 - 2
resources/Makefile.in-lua

@@ -36,8 +36,8 @@ ifeq ($(WITH_LUA_VERSION), 503)
   LUA_VERSION_KNOWN = 1
   LUA_VERSION_KNOWN = 1
 endif
 endif
 ifeq ($(WITH_LUA_VERSION), 504)
 ifeq ($(WITH_LUA_VERSION), 504)
-  $(info Lua: Using version 5.4.1)
-  LUA_DIR = src/third_party/lua-5.4.1/src
+  $(info Lua: Using version 5.4.3)
+  LUA_DIR = src/third_party/lua-5.4.3/src
   LUA_SHARED_LIB_FLAG = -llua5.4
   LUA_SHARED_LIB_FLAG = -llua5.4
   LUA_CFLAGS = -DLUA_COMPAT_5_2 -DLUA_VERSION_MAKEFILE=504
   LUA_CFLAGS = -DLUA_COMPAT_5_2 -DLUA_VERSION_MAKEFILE=504
   LUA_VERSION_KNOWN = 1
   LUA_VERSION_KNOWN = 1