From 5dda75e3c04e81921001c594f8c6b25ded3f982a Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 9 Oct 2019 18:41:15 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20bump=20iOS=20deployment=20targe?= =?UTF-8?q?t=20for=20Metal=20builds.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed by https://skia-review.googlesource.com/c/skia/+/245957 Fixes https://github.com/flutter/flutter/issues/41807 --- tools/gn | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gn b/tools/gn index 2c59b587784e7..663c9fa7bb849 100755 --- a/tools/gn +++ b/tools/gn @@ -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: