Files
buildroot/support/dependencies/check-host-lzip.mk
2021-03-13 22:13:38 -03:00

5 lines
130 B
Makefile

ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
BR2_LZIP_HOST_DEPENDENCY = host-lzip
LZCAT = $(HOST_DIR)/bin/lzip -d -c
endif