diff options
author | 2023-05-10 15:30:14 +0200 | |
---|---|---|
committer | 2023-05-10 15:30:14 +0200 | |
commit | 8caca054e9ad4226eb20fdac1074f3245ce54e79 (patch) | |
tree | 477570d7b585bdb0b38a515bc09972abdd5a0154 /config.mk | |
parent | 793d46f7a6e53e6ca66ccd1372867d438f155aff (diff) | |
download | utils-8caca054e9ad4226eb20fdac1074f3245ce54e79.tar.gz utils-8caca054e9ad4226eb20fdac1074f3245ce54e79.zip |
Change command for pkg-config path
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |