We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4c83 commit 1db4b98Copy full SHA for 1db4b98
src/makefile
@@ -76,10 +76,12 @@ ifeq (,$(wildcard $(CMD))$(wildcard $(DJ64_XLIB)))
76
install:
77
@echo "Build it first or run \"make fetch\"" && false
78
else
79
+ifeq ($(CMD),)
80
LDR = $(shell pkg-config --variable=elfload dj64)
81
ifeq ($(wildcard $(LDR)),)
82
$(error elfload.com not found)
83
endif
84
+endif
85
86
87
mkdir -p $(DESTDIR)$(DATADIR)
0 commit comments