Files
buildroot/support/dependencies/check-host-tar.mk
2019-09-25 20:52:32 -03:00

7 lines
128 B
Makefile

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