no reason to display using zopflipng if it is the only choice

This commit is contained in:
rsheeter 2020-05-30 14:22:47 -07:00
parent 0aaa0fccce
commit 0553e8fb9b

View file

@ -128,8 +128,6 @@ compressed: $(ALL_COMPRESSED_FILES)
check_compress_tool: check_compress_tool:
ifdef MISSING_ZOPFLI ifdef MISSING_ZOPFLI
$(error "Missing $(ZOPFLIPNG). Try 'brew install zopfli' (Mac) or 'sudo apt-get zopfli' (linux)") $(error "Missing $(ZOPFLIPNG). Try 'brew install zopfli' (Mac) or 'sudo apt-get zopfli' (linux)")
else
@echo "using $(ZOPFLIPNG)"
endif endif
check_vs_adder: check_vs_adder: