List for cgit developers and users
 help / color / mirror / Atom feed
From: Unit 193 <unit193@unit193.net>
To: cgit@lists.zx2c4.com
Cc: Unit 193 <unit193@unit193.net>
Subject: [PATCH] Allow use of lua5.4 or lua5.3 too.
Date: Fri, 12 Mar 2021 01:41:47 -0500	[thread overview]
Message-ID: <20210312064147.8877-1-unit193@unit193.net> (raw)

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


                 reply	other threads:[~2021-03-12  6:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210312064147.8877-1-unit193@unit193.net \
    --to=unit193@unit193.net \
    --cc=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).