aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-04 16:00:18 -0800
committerChristian Cunningham <cc@local.lan>2025-03-04 16:00:18 -0800
commitec2099af77e8dee36179de8f5ffc73af0e598458 (patch)
treec2a32f562f7a99d1f2ffe82b9fd714a2e60cc177
parent26f546683ca55e45ce685b40c21cf66fba28824b (diff)
Linux Pkgconf
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17c6d49..b8f5d73 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OBJS=$(OBJS_sub:.c=.o)
OBJ_DIRS_sub=$(shell find $(SRC_DIR) -type d)
OBJ_DIRS=$(subst $(SRC_DIR),$(OBJ_DIR),$(OBJ_DIRS_sub))
-PKGCONF=pkg-config
+PKGCONF=pkgconf
CFLAGS=
CFLAGS+=$(shell $(PKGCONF) --cflags $(PKGS))