Browse Source

Fix my macos local build

Signed-off-by: falkTX <falktx@falktx.com>
tags/24.12
falkTX 7 months ago
parent
commit
10bbf52f50
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deps/Makefile

+ 1
- 1
deps/Makefile View File

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



Loading…
Cancel
Save