diff options
author | fanquake <fanquake@gmail.com> | 2023-10-10 11:12:23 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-10 11:12:23 +0100 |
commit | cefbf0bc20dfe932240877b3096300c8c241ad61 (patch) | |
tree | 51a0dff8a1a7c3768e127c881374bba492aeb716 /depends | |
parent | 04265ba9378efbd4c35b33390b1e5cf246d420a9 (diff) |
depends: update LD64_VERSION to 711
I forgot to do this in 7d5815293ed8a3dea68b61a78944e410f02b147f.
Diffstat (limited to 'depends')
-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 fa6d6d4b8b..ecd45540cf 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -2,7 +2,7 @@ OSX_MIN_VERSION=11.0 OSX_SDK_VERSION=11.0 XCODE_VERSION=12.2 XCODE_BUILD_ID=12B45b -LD64_VERSION=609 +LD64_VERSION=711 OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-libcxx-headers |