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