aboutsummaryrefslogtreecommitdiff
path: root/cbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbs.h')
-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)