diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-28 15:23:39 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-28 15:23:39 +0100 |
| commit | 899b05b9c59987ab77c992f6c3a21c0f3e24a82c (patch) | |
| tree | 4f39cc809b087ecf64229252987067c936193e93 | |
| parent | ac56f0167d0e26c35adc4639015e0cbbeecf6262 (diff) | |
Switch from pkg-config to pkgconf
| -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) |