fix logic to not compile lua module when it was not asked

fixes 12fdf6fc "allow building without help..."
cute-signatures
Fredrik Gustafsson 2020-05-19 15:55:33 +02:00 committed by Timo Teräs
parent d0edeec8fb
commit 4d69d123f5
1 changed files with 1 additions and 1 deletions

View File

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