diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2023-05-10 22:34:06 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2023-06-22 15:28:47 +0000 |
commit | fb61bc0c022cc0fff290b94ee4f9cf9f4160efe2 (patch) | |
tree | 3ff13efc61d7cc4753a67eac78e887e3c4d4e07d /depends | |
parent | c2cd47280cf5db5645917574dd95e9ec6036319e (diff) |
depends: Bump MacOS minimum runtime requirement to 11.0
This is necessary as the new fixup_chains linker behavior is only valid
when the runtime target is >=11.0.
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 111a49cfaf..fa6d6d4b8b 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=10.15 +OSX_MIN_VERSION=11.0 OSX_SDK_VERSION=11.0 XCODE_VERSION=12.2 XCODE_BUILD_ID=12B45b |