5 lines
130 B
Makefile
Raw Normal View History

2025-05-10 21:49:39 +08:00
ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
BR2_LZIP_HOST_DEPENDENCY = host-lzip
LZCAT = $(HOST_DIR)/bin/lzip -d -c
endif