From 8caca054e9ad4226eb20fdac1074f3245ce54e79 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 15:30:14 +0200 Subject: Change command for pkg-config path --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2b56135..0b2e7eb 100644 --- a/config.mk +++ b/config.mk @@ -15,4 +15,4 @@ PC_FILE = ${NAME}.pc CFLAGS = -Wall --std=c99 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\" -PKG_CONFIG_PATH != pkg-config --variable pc_path pkg-config | sed -E "s|.*(${PREFIX}[^:]*)[:].*|\1|g" +PKG_CONFIG_PATH != pkg-config --variable pc_path pkg-config | sed -E "s|.*(/usr/local[^:]*)[:].*|\1|g" -- cgit v1.2.3