sys/unix/Makefile.src

This commit is contained in:
nhmall
2023-05-28 23:08:39 -04:00
parent b35d8a34ed
commit 5e497ceeab

View File

@@ -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)