Skip to content

Commit b98511f

Browse files
committed
make: append pkg path instead of replacing
1 parent c10e1c9 commit b98511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uninstall:
4545
rm -rf $(DATADIR)
4646

4747
# hook in dj64 - make sure to not do that before defining `all:` target
48-
export PKG_CONFIG_PATH = $(prefix)/share/pkgconfig:$(prefix)/lib/pkgconfig
48+
export PKG_CONFIG_PATH := $(PKG_CONFIG_PATH):$(prefix)/share/pkgconfig:$(prefix)/lib/pkgconfig
4949
DJMK = $(shell pkg-config --variable=makeinc dj64)
5050
ifeq ($(wildcard $(DJMK)),)
5151
ifeq ($(filter clean,$(MAKECMDGOALS)),)

0 commit comments

Comments
 (0)