未验证 提交 fd10734e 编写于 作者: S stuartmorgan 提交者: GitHub

Fix flutter_windows_unittests runtime dependency (#17524)

The transitive dependency on the embedder library brings in the right
runtime for the build mode, so directly depending on the JIT version
isn't necessary, and causes duplicate symbol issues in release builds.
上级 394ac6b4
......@@ -123,11 +123,6 @@ executable("flutter_windows_unittests") {
":flutter_windows_headers",
":flutter_windows_source",
"//flutter/testing",
# TODO(chunhtai): Consider refactoring flutter_root/testing so that there's a testing
# target that doesn't require a Dart runtime to be linked in.
# https://github.com/flutter/flutter/issues/41414.
"//third_party/dart/runtime:libdart_jit",
"//third_party/rapidjson",
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册