new/buildroot/support/dependencies/check-host-gzip.mk
2025-05-10 21:58:58 +08:00

4 lines
86 B
Makefile

ifeq (,$(call suitable-host-package,gzip))
BR2_GZIP_HOST_DEPENDENCY = host-gzip
endif