aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-02-02 18:01:23 +0800
committerfanquake <fanquake@gmail.com>2021-02-02 20:28:17 +0800
commitf22a3ec1403293f45a06558d105f0da624c5ebed (patch)
tree67cb4d4ef2635ebad1d333043b0dd956d6ad2789 /depends/Makefile
parent1e69800d5e60c7805931f2c5b978720c6aee180b (diff)
downloadbitcoin-f22a3ec1403293f45a06558d105f0da624c5ebed.tar.xz
build: make macOS HOST in download-osx generic
This was missed in #20419, and the update before that, so just make this un-versioned so that we don't have to worry about it. This is fine, because it's just for downloading sources.
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/Makefile b/depends/Makefile
index 596a46d4a2..016b73a5cb 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -265,7 +265,7 @@ install: check-packages $(host_prefix)/share/config.site
download-one: check-sources $(all_sources)
download-osx:
- @$(MAKE) -s HOST=x86_64-apple-darwin14 download-one
+ @$(MAKE) -s HOST=x86_64-apple-darwin download-one
download-linux:
@$(MAKE) -s HOST=x86_64-unknown-linux-gnu download-one
download-win: