diff options
author | Howard Chu <hyc@symas.com> | 2022-05-03 23:03:28 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-06 16:45:45 +0100 |
commit | 1008318715245aa50fdae6e338b9df6971f9afd7 (patch) | |
tree | 23797d709ecfbb6660b2d000730fa094bccb82bb /contrib/depends/hosts | |
parent | Update to MacOSX SDK 11.1, add Mac M1 (diff) | |
download | monero-1008318715245aa50fdae6e338b9df6971f9afd7.tar.xz |
Update native_cctools for newer SDK support
Diffstat (limited to 'contrib/depends/hosts')
-rw-r--r-- | contrib/depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/hosts/darwin.mk b/contrib/depends/hosts/darwin.mk index 0b6582003..2226f779c 100644 --- a/contrib/depends/hosts/darwin.mk +++ b/contrib/depends/hosts/darwin.mk @@ -1,7 +1,7 @@ OSX_MIN_VERSION=10.8 OSX_SDK_VERSION=11.1 OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk -LD64_VERSION=253.9 +LD64_VERSION=609 ifeq (aarch64, $(host_arch)) CC_target=arm64-apple-darwin11 else |