List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Allow use of lua5.4 or lua5.3 too.
@ 2021-03-12  6:41 Unit 193
  0 siblings, 0 replies; only message in thread
From: Unit 193 @ 2021-03-12  6:41 UTC (permalink / raw)
  To: cgit; +Cc: Unit 193

---
 cgit.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgit.mk b/cgit.mk
index 3fcc1ca..c173703 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -32,7 +32,7 @@ ifdef NO_LUA
 	CGIT_CFLAGS += -DNO_LUA
 else
 ifeq ($(LUA_PKGCONFIG),)
-	LUA_PKGCONFIG := $(shell for pc in luajit lua lua5.2 lua5.1; do \
+	LUA_PKGCONFIG := $(shell for pc in luajit lua lua5.4 lua5.3 lua5.2 lua5.1; do \
 			$(PKG_CONFIG) --exists $$pc 2>/dev/null && echo $$pc && break; \
 			done)
 	LUA_MODE := autodetected
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-12  6:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  6:41 [PATCH] Allow use of lua5.4 or lua5.3 too Unit 193

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).