aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-28 15:23:39 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-28 15:23:39 +0100
commit899b05b9c59987ab77c992f6c3a21c0f3e24a82c (patch)
tree4f39cc809b087ecf64229252987067c936193e93
parentac56f0167d0e26c35adc4639015e0cbbeecf6262 (diff)
Switch from pkg-config to pkgconf
-rw-r--r--cbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbs.h b/cbs.h
index 8bcada8..c4ad4e0 100644
--- a/cbs.h
+++ b/cbs.h
@@ -425,7 +425,7 @@ pcquery(struct strs *xs, const char *lib, int flags)
{
struct strs ys = {0};
- strspushl(&ys, "pkg-config", "--silence-errors");
+ strspushl(&ys, "pkgconf", "--silence-errors");
if (flags & PC_CFLAGS)
strspushl(&ys, "--cflags");
if (flags & PC_LIBS)