mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
5 lines
130 B
Makefile
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
|