From e6d94acbe17880c57ae58abca69f8b23262ba456 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 28 May 2023 23:11:35 -0400 Subject: [PATCH] update sys/unix/hints/include/cross-pre.370 --- sys/unix/hints/include/cross-pre.370 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/unix/hints/include/cross-pre.370 b/sys/unix/hints/include/cross-pre.370 index 2bd09ba31..2f37d7a8c 100644 --- a/sys/unix/hints/include/cross-pre.370 +++ b/sys/unix/hints/include/cross-pre.370 @@ -36,9 +36,9 @@ endif ifdef BUILD_TARGET_LUA #===============-================================================= # LUA library -# Source from http://www.lua.org/ftp/lua-5.4.4.tar.gz +# Source from http://www.lua.org/ftp/lua-5.4.6.tar.gz #================================================================= -LUA_VERSION ?=5.4.4 +LUA_VERSION ?=5.4.6 LUATOP ?= ../lib/lua-$(LUA_VERSION) LUASRCDIR ?= $(LUATOP)/src LUAOBJFILES1 = $(TARGETPFX)lapi.o $(TARGETPFX)lauxlib.o \