未验证 提交 5b438813 编写于 作者: C Chris Bracken 提交者: GitHub

Eliminate unnecessary conditional on UWP in build (#25522)

This conditional unconditionally adds the common
desktop_library_implementation target, so we just do that instead.
上级 742dac8b
......@@ -39,13 +39,8 @@ source_set("flutter_windows_headers") {
public_deps = [ "//flutter/shell/platform/common:common_cpp_library_headers" ]
if (target_os == "winuwp") {
configs +=
[ "//flutter/shell/platform/common:desktop_library_implementation" ]
} else {
configs +=
[ "//flutter/shell/platform/common:desktop_library_implementation" ]
}
configs +=
[ "//flutter/shell/platform/common:desktop_library_implementation" ]
public_configs =
[ "//flutter/shell/platform/common:relative_flutter_library_headers" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册