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.
This commit is contained in:
fanquake 2021-02-02 18:01:23 +08:00
parent 1e69800d5e
commit f22a3ec140
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

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