From bd0bada6ceead0ec1d5591191b4a19571fe7af8a Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 14 Dec 2021 20:53:14 +0000 Subject: [PATCH] Force fix macOS build --- deps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deps/Makefile b/deps/Makefile index ef94d8e..0602465 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -126,6 +126,10 @@ DEP_MAKE += DEP_FLAGS="$(BASE_FLAGS)" DEP_MAKE += DEP_MAC_SDK_FLAGS= DEP_MAKE += MACHINE=$(MACHINE)$(MACHINE_SUFFIX) +ifeq ($(MACOS),true) +DEP_MAKE += SHA256SUM="shasum5.30 -a 256" +endif + # -------------------------------------------------------------- # Rack internal dependencies target