Skip to content

Commit

Permalink
make: export PKG_CONFIG_PATH according to prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 14, 2024
1 parent ff8c6ff commit 9919669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TOP ?= .
PREFIX ?= /usr/local
LIBDIR ?= $(PREFIX)/lib
INSTALL ?= install
export PKG_CONFIG_PATH = $(PREFIX)/share/pkgconfig:$(LIBDIR)/pkgconfig

VERSION = 0.1
DJLIBC = $(TOP)/lib/libc.a
Expand Down

0 comments on commit 9919669

Please sign in to comment.