diff options
| -rw-r--r-- | cbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |