From 5e497ceeab2b4537b25e0f344f80b4a49812c59b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 28 May 2023 23:08:39 -0400 Subject: [PATCH] sys/unix/Makefile.src --- sys/unix/Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index c65046c97..e68f07ce6 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -476,7 +476,7 @@ PACKAGE=@true MAKEDEFS = ../util/makedefs # -lm required by lua -LUA_VERSION ?=5.4.4 +LUA_VERSION ?=5.4.6 LUABASE = liblua-$(LUA_VERSION).a LUALIB = ../lib/lua/$(LUABASE) LUALIBS = $(LUALIB) -lm $(DLLIB)