depends: add fallback download path

This commit is contained in:
tobtoht 2022-12-21 17:14:57 +01:00
parent abf2fbf031
commit 7d94fb2e10
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -32,7 +32,7 @@ SOURCES_PATH ?= $(BASEDIR)/sources
WORK_PATH = $(BASEDIR)/work
BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
FALLBACK_DOWNLOAD_PATH ?=
FALLBACK_DOWNLOAD_PATH ?= https://featherwallet.org/files/sources
BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)