mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
7 lines
130 B
Makefile
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
|