Skip to content

Commit f22a3ec

Browse files
committed
build: make macOS HOST in download-osx generic
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.
1 parent 1e69800 commit f22a3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: depends/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ install: check-packages $(host_prefix)/share/config.site
265265
download-one: check-sources $(all_sources)
266266

267267
download-osx:
268-
@$(MAKE) -s HOST=x86_64-apple-darwin14 download-one
268+
@$(MAKE) -s HOST=x86_64-apple-darwin download-one
269269
download-linux:
270270
@$(MAKE) -s HOST=x86_64-unknown-linux-gnu download-one
271271
download-win:

0 commit comments

Comments
 (0)