aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2018-07-09 00:15:46 +0800
committerfanquake <fanquake@gmail.com>2018-07-25 07:30:27 +0800
commit26b15df99de9984ade134c3c896b7c1c32c089e4 (patch)
tree48183c808c296674b84c55eb52da1426f92dd435 /depends/Makefile
parent1211b15bf6c0b2904d90b96a9b3834c5cb9e7b4e (diff)
downloadbitcoin-26b15df99de9984ade134c3c896b7c1c32c089e4.tar.xz
depends: set OSX_MIN_VERSION to 10.10
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 c73ea0f730..3686aaf1f8 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -178,7 +178,7 @@ install: check-packages $(host_prefix)/share/config.site
download-one: check-sources $(all_sources)
download-osx:
- @$(MAKE) -s HOST=x86_64-apple-darwin11 download-one
+ @$(MAKE) -s HOST=x86_64-apple-darwin14 download-one
download-linux:
@$(MAKE) -s HOST=x86_64-unknown-linux-gnu download-one
download-win: