We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60271d8 commit 44edb34Copy full SHA for 44edb34
config/20-all-platforms.conf
@@ -107,13 +107,13 @@ my %targets = ();
107
# Catalyst (x86_64)
108
"mac-catalyst-x86_64" => {
109
inherit_from => [ "darwin64-x86_64-cc", "mac-catalyst-base" ],
110
- cflags => add("-target x86_64-apple-ios13.0-macabi -mios-version-min=13.0"),
+ cflags => add("-target x86_64-apple-ios14.0-macabi -mios-version-min=14.0"),
111
sys_id => "MacOSX",
112
},
113
# Catalyst (arm64)
114
"mac-catalyst-arm64" => {
115
inherit_from => [ "darwin64-arm64-cc", "mac-catalyst-base" ],
116
- cflags => add("-target arm64-apple-ios13.0-macabi -mios-version-min=13.0"),
+ cflags => add("-target arm64-apple-ios14.0-macabi -mios-version-min=14.0"),
117
118
119
0 commit comments