aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-04 16:00:18 -0800
committerChristian C <cc@localhost>2025-03-04 16:00:18 -0800
commitce02457ca10c46733ac791dc3009b16f37dc6997 (patch)
treec2a32f562f7a99d1f2ffe82b9fd714a2e60cc177
parent4f20bd35a875df96d92ea2114011a3d38fc3672a (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))