diff options
author | fanquake <fanquake@gmail.com> | 2021-03-18 07:35:55 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-01 13:39:44 +0800 |
commit | 9ed2f19d385aa95f65807999bba2e18417b143dc (patch) | |
tree | 2744b8f3a21302ebac1be155a53ed47941268927 /depends/hosts | |
parent | f48f187cce7fa43646fb0d796c244e1515e763ec (diff) |
build: native cctools 973.0.1, ld64 609
Diffstat (limited to 'depends/hosts')
-rw-r--r-- | depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk index 4e9187c9e0..73d156097f 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -2,7 +2,7 @@ OSX_MIN_VERSION=10.14 OSX_SDK_VERSION=10.15.1 XCODE_VERSION=11.3.1 XCODE_BUILD_ID=11C505 -LD64_VERSION=530 +LD64_VERSION=609 OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-libcxx-headers |