未验证 提交 f69d8874 编写于 作者: K Kaushik Iska 提交者: GitHub

Skia can now build with 10.11 as the min deployment version (#23717)

https://bugs.chromium.org/p/skia/issues/detail?id=11160
was blocking this from happening, now that its addresses we can
work on a build to support both metal and opengl.
上级 1424dfbe
......@@ -265,7 +265,6 @@ def to_gn_args(args):
# Skia has Metal support on macOS version >= 10.14.
MACOS_SKIA_METAL_SUPPORTED_MIN_VERSION = '10.14'
gn_args['mac_sdk_min'] = MACOS_SKIA_METAL_SUPPORTED_MIN_VERSION
gn_args['mac_deployment_target'] = MACOS_SKIA_METAL_SUPPORTED_MIN_VERSION
if args.enable_vulkan:
# Enable vulkan in the Flutter shell.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册