mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 19:34:22 +02:00
Makefile: suppress pkg-config error
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
a3722ec3c6
commit
8acfa51a8b
1 changed files with 1 additions and 1 deletions
2
cgit.mk
2
cgit.mk
|
@ -31,7 +31,7 @@ ifdef NO_LUA
|
|||
else
|
||||
ifeq ($(LUA_PKGCONFIG),)
|
||||
LUA_PKGCONFIG := $(shell for pc in luajit lua lua5.2 lua5.1; do \
|
||||
pkg-config --exists $$pc && echo $$pc && break; \
|
||||
pkg-config --exists $$pc 2>/dev/null && echo $$pc && break; \
|
||||
done)
|
||||
LUA_MODE := autodetected
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue