Skip to content

Commit

Permalink
Don’t bump iOS deployment target for Metal builds. (flutter#13051)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Oct 10, 2019
1 parent 0f9d88c commit ed1557f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def to_gn_args(args):
if args.enable_metal:
gn_args['skia_use_metal'] = True
gn_args['shell_enable_metal'] = True
gn_args['ios_deployment_target'] = '11'
gn_args['allow_deprecated_api_calls'] = True

if args.enable_vulkan:
Expand Down

0 comments on commit ed1557f

Please sign in to comment.