From 350d1f75847a0e079ce43fd6b4e49d430bfc1498 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 26 Nov 2024 09:34:26 -0500 Subject: fix macos and darwin --- contrib/depends/funcs.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/depends/funcs.mk') diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk index 18addcb..70b592f 100644 --- a/contrib/depends/funcs.mk +++ b/contrib/depends/funcs.mk @@ -196,10 +196,6 @@ endef COMPRESS_CMD := $(shell if command -v pigz >/dev/null 2>&1; then echo "pigz"; else echo "gzip"; fi) -ifeq ($(COMPRESS_CMD),gzip) - $(AT)echo Slow compression used, you may want to install pigz -endif - define int_add_cmds $($(1)_fetched): $(AT)mkdir -p $$(@D) $(SOURCES_PATH) -- cgit v1.2.3