diff options
author | 2023-04-05 00:23:52 +0200 | |
---|---|---|
committer | 2023-04-05 00:23:52 +0200 | |
commit | f7f8d17c4a9590fea09120b08c67fcdb0272fd16 (patch) | |
tree | 1fc5b707adc6901728c1b0928849aff83108e3b4 /config.mk | |
parent | 72427aebb4e6a485181e4bdb175d6a1d147e2034 (diff) | |
download | log-f7f8d17c4a9590fea09120b08c67fcdb0272fd16.tar.gz log-f7f8d17c4a9590fea09120b08c67fcdb0272fd16.zip |
Add log.pc
This is used by pkg-config.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ LIBVER = 0.0.0-a1 CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\" +PKG_CONFIG_PATH != pkg-config --variable pc_path pkg-config | sed -E "s|.*(${PREFIX}[^:]*)[:].*|\1|g" |