From f9eb1d3d77cf6ada8e36556fda8616ca3e477e2b Mon Sep 17 00:00:00 2001 From: Uli Heilmeier Date: Wed, 29 Apr 2020 22:52:41 +0200 Subject: [PATCH] Makefile: fix PKG_CONFIG_ENV renaming PKG_CONFIG_PATH to PKG_CONFIG_ENV was too greedy --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index f62d7ab49..63860874d 100644 --- a/client/Makefile +++ b/client/Makefile @@ -83,7 +83,7 @@ else LDLIBS := -L/usr/local/opt/readline/lib $(LDLIBS) LIBS := -I/usr/local/opt/readline/include $(LIBS) # cf brew info qt: qt not symlinked anymore - PKG_CONFIG_ENV := PKG_CONFIG_ENV=/usr/local/opt/qt/lib/pkgconfig + PKG_CONFIG_ENV := PKG_CONFIG_PATH=/usr/local/opt/qt/lib/pkgconfig else LUALIB += -ldl LUAPLATFORM = linux