Skip to content

Commit

Permalink
build: make macOS HOST in download-osx generic
Browse files Browse the repository at this point in the history
This was missed in bitcoin#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.
  • Loading branch information
fanquake committed Feb 2, 2021
1 parent 1e69800 commit f22a3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f22a3ec

Please sign in to comment.