buildroot/support/dependencies/check-host-gzip.mk

4 lines
86 B
Makefile
Raw Normal View History

2024-02-18 09:22:07 +08:00
ifeq (,$(call suitable-host-package,gzip))
BR2_GZIP_HOST_DEPENDENCY = host-gzip
endif