From fc2ff7bb0affdfa122954a5f3ac73b3ad0bd6b02 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 25 May 2020 13:05:44 +0200 Subject: [PATCH] Makefile: remove /usr/local/lib --- client/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index c97cd6181..ab109714b 100644 --- a/client/Makefile +++ b/client/Makefile @@ -16,8 +16,6 @@ VPATH = ../common src vpath %.dic dictionaries OBJDIR = obj -LDLIBS ?= -L/usr/local/lib - ifeq ($(platform),Darwin) # cf brew info qt: qt not symlinked anymore PKG_CONFIG_ENV := PKG_CONFIG_PATH=/usr/local/opt/qt/lib/pkgconfig