Skip to content

Commit 1db4b98

Browse files
committed
fix build
1 parent 5ab4c83 commit 1db4b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ ifeq (,$(wildcard $(CMD))$(wildcard $(DJ64_XLIB)))
7676
install:
7777
@echo "Build it first or run \"make fetch\"" && false
7878
else
79+
ifeq ($(CMD),)
7980
LDR = $(shell pkg-config --variable=elfload dj64)
8081
ifeq ($(wildcard $(LDR)),)
8182
$(error elfload.com not found)
8283
endif
84+
endif
8385
install:
8486
endif
8587
mkdir -p $(DESTDIR)$(DATADIR)

0 commit comments

Comments
 (0)