Skip to content

Commit ed1557f

Browse files
authored
Don’t bump iOS deployment target for Metal builds. (flutter#13051)
Fixed by https://skia-review.googlesource.com/c/skia/+/245957 Fixes flutter#41807
1 parent 0f9d88c commit ed1557f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def to_gn_args(args):
223223
if args.enable_metal:
224224
gn_args['skia_use_metal'] = True
225225
gn_args['shell_enable_metal'] = True
226-
gn_args['ios_deployment_target'] = '11'
227226
gn_args['allow_deprecated_api_calls'] = True
228227

229228
if args.enable_vulkan:

0 commit comments

Comments
 (0)