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 /share | |
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 'share')
-rw-r--r-- | share/qt/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 053359e0a8..b4e6f6a150 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -3,7 +3,7 @@ <plist version="0.9"> <dict> <key>LSMinimumSystemVersion</key> - <string>10.15.0</string> + <string>11</string> <key>LSArchitecturePriority</key> <array> |