mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
6 lines
181 B
Makefile
6 lines
181 B
Makefile
ifeq (,$(call suitable-host-package,lzip,$(LZCAT)))
|
|
DEPENDENCIES_HOST_PREREQ += host-lzip
|
|
EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS += .lz
|
|
LZCAT = $(HOST_DIR)/bin/lzip -d -c
|
|
endif
|