We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bbd64 commit 7337fa0Copy full SHA for 7337fa0
1 file changed
Makefile
@@ -12,7 +12,7 @@ LUA_BIN ?= $(LUA_IMPL)
12
CC ?= $(MAC_ENV) gcc
13
14
15
-LUA_VERSION = $(shell $(PKG_CONFIG) --print-provides $(LUA_IMPL))
+LUA_VERSION = $(shell $(PKG_CONFIG) --print-provides $(LUA_IMPL) 2>/dev/null)
16
ifeq ($(LUA_VERSION),)
17
LUA_CMOD ?= /usr/lib/lua/5.1
18
LUA_LMOD ?= /usr/share/lua/5.1
0 commit comments