提交 026f76d7 编写于 作者: A Adam Barth 提交者: GitHub

Depend on //lib/mtl rather than a subtarget (#3821)

This will make it easier to change mtl into a shared library.
上级 6cf34cb5
......@@ -19,7 +19,7 @@ source_set("web") {
]
if (is_fuchsia) {
deps += [ "//lib/mtl/tasks" ]
deps += [ "//lib/mtl" ]
} else {
deps += [ "//flutter/fml" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册