aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-07-14 13:31:16 +0800
committerfanquake <fanquake@gmail.com>2020-02-03 19:49:46 +0800
commit7e2104433cd0905ccf94632511b3ca0ce5b0463b (patch)
tree46e866f9b46d139f3ee93991051e5e5d9be563d3 /depends
parentca5055a5aa07aba81a87cf12f6f0526a63c423b5 (diff)
downloadbitcoin-7e2104433cd0905ccf94632511b3ca0ce5b0463b.tar.xz
build: use macOS 10.14 SDK
Co-Authored-By: Carl Dong <accounts@carldong.me>
Diffstat (limited to 'depends')
-rw-r--r--depends/hosts/darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index 3968a76100..1bc4fb8189 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -1,5 +1,5 @@
OSX_MIN_VERSION=10.12
-OSX_SDK_VERSION=10.11
+OSX_SDK_VERSION=10.14
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
darwin_CC=clang -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(OSX_SDK)
darwin_CXX=clang++ -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(OSX_SDK) -stdlib=libc++