Fix my macos local build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-12-01 12:30:14 +01:00
parent a22b588472
commit 10bbf52f50
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

2
deps/Makefile vendored
View file

@ -165,7 +165,7 @@ ifeq ($(shell uname -s),Darwin)
ifeq ($(CIBUILD),true) ifeq ($(CIBUILD),true)
DEP_MAKE += SHA256SUM="shasum5.30 -a 256" DEP_MAKE += SHA256SUM="shasum5.30 -a 256"
else else
DEP_MAKE += SHA256SUM="shasum5.30 -a 256" DEP_MAKE += SHA256SUM="shasum5.34 -a 256"
endif endif
endif endif