fix logic to not compile lua module when it was not asked
fixes 12fdf6fc
"allow building without help..."
cute-signatures
parent
d0edeec8fb
commit
4d69d123f5
|
@ -45,7 +45,7 @@ install-libapk_a := $(INSTALLDIR) $(DESTDIR)$(LIBDIR) && \
|
|||
apk-static-libs := $(libapk.a-libs) $(obj)/libapk.a
|
||||
|
||||
# Lua module
|
||||
ifneq ($(LUAAPK),)
|
||||
ifeq ($(LUAAPK),yes)
|
||||
LUA_VERSION ?= 5.3
|
||||
LUA_PC ?= lua$(LUA_VERSION)
|
||||
LUA_LIBDIR ?= /usr/lib/lua/$(LUA_VERSION)
|
||||
|
|
Loading…
Reference in New Issue