linuxOS_AP05/buildroot/support/dependencies/check-host-tar.mk
2025-06-02 13:59:07 +08:00

7 lines
130 B
Makefile

TAR ?= tar
ifeq (,$(call suitable-host-package,tar,$(TAR)))
DEPENDENCIES_HOST_PREREQ += host-tar
TAR = $(HOST_DIR)/bin/tar
endif