We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7df42 commit ca00949Copy full SHA for ca00949
dj64.mk
@@ -99,8 +99,8 @@ DJ64_XLDFLAGS += -f 0x40
99
else
100
RP := -Wl,-rpath,/usr/local/i386-pc-dj64/lib64 \
101
-Wl,-rpath,/usr/i386-pc-dj64/lib64
102
-ifneq ($(PREFIX),)
103
-RP += -Wl,-rpath,$(PREFIX)/i386-pc-dj64/lib64
+ifneq ($(prefix),)
+RP += -Wl,-rpath,$(prefix)/i386-pc-dj64/lib64
104
endif
105
# sort removes duplicates
106
DJLDFLAGS = $(shell pkg-config --libs dj64) $(sort $(RP)) $(LDFLAGS)
0 commit comments