Browse Source

Force fix macOS build

pull/93/head
falkTX 4 years ago
parent
commit
bd0bada6ce
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      deps/Makefile

+ 4
- 0
deps/Makefile View File

@@ -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



Loading…
Cancel
Save