From f22a3ec1403293f45a06558d105f0da624c5ebed Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 2 Feb 2021 18:01:23 +0800 Subject: [PATCH] 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. --- depends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: