sys/unix/Makefile.src

This commit is contained in:
nhmall
2023-05-28 23:08:39 -04:00
parent b35d8a34ed
commit 5e497ceeab
+1 -1
View File
@@ -476,7 +476,7 @@ PACKAGE=@true
MAKEDEFS = ../util/makedefs MAKEDEFS = ../util/makedefs
# -lm required by lua # -lm required by lua
LUA_VERSION ?=5.4.4 LUA_VERSION ?=5.4.6
LUABASE = liblua-$(LUA_VERSION).a LUABASE = liblua-$(LUA_VERSION).a
LUALIB = ../lib/lua/$(LUABASE) LUALIB = ../lib/lua/$(LUABASE)
LUALIBS = $(LUALIB) -lm $(DLLIB) LUALIBS = $(LUALIB) -lm $(DLLIB)