From 4d69d123f595994380c3ed4a5906982b022ecde8 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Tue, 19 May 2020 15:55:33 +0200 Subject: fix logic to not compile lua module when it was not asked fixes 12fdf6fc "allow building without help..." --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3bbd51e..606d2ff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) -- cgit v1.2.3-70-g09d2