We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10e1c9 commit b98511fCopy full SHA for b98511f
src/Makefile
@@ -45,7 +45,7 @@ uninstall:
45
rm -rf $(DATADIR)
46
47
# hook in dj64 - make sure to not do that before defining `all:` target
48
-export PKG_CONFIG_PATH = $(prefix)/share/pkgconfig:$(prefix)/lib/pkgconfig
+export PKG_CONFIG_PATH := $(PKG_CONFIG_PATH):$(prefix)/share/pkgconfig:$(prefix)/lib/pkgconfig
49
DJMK = $(shell pkg-config --variable=makeinc dj64)
50
ifeq ($(wildcard $(DJMK)),)
51
ifeq ($(filter clean,$(MAKECMDGOALS)),)
0 commit comments