From ce02457ca10c46733ac791dc3009b16f37dc6997 Mon Sep 17 00:00:00 2001
From: Christian C <cc@localhost>
Date: Tue, 4 Mar 2025 16:00:18 -0800
Subject: Linux Pkgconf

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))
-- 
cgit v1.2.1