linuxOS_AP06/buildroot/support/dependencies/check-host-tar.mk

7 lines
128 B
Makefile
Raw Normal View History

2025-06-03 04:28:32 +00:00
TAR ?= tar
ifeq (,$(call suitable-host-package,tar,$(TAR)))
TAR = $(HOST_DIR)/bin/tar
BR2_TAR_HOST_DEPENDENCY = host-tar
endif