diff options
author | Christian C <cc@localhost> | 2025-03-04 16:00:18 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-04 16:00:18 -0800 |
commit | ce02457ca10c46733ac791dc3009b16f37dc6997 (patch) | |
tree | c2a32f562f7a99d1f2ffe82b9fd714a2e60cc177 /Makefile | |
parent | 4f20bd35a875df96d92ea2114011a3d38fc3672a (diff) |
Linux Pkgconf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |