Fix my macos local build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a22b588472
commit
10bbf52f50
1 changed files with 1 additions and 1 deletions
2
deps/Makefile
vendored
2
deps/Makefile
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue