未验证 提交 739d66ee 编写于 作者: C Chinmay Garde 提交者: GitHub

Don't attempt to build any platform target on Fuchsia. (#6617)

上级 7d49036d
......@@ -15,8 +15,9 @@ group("platform") {
deps = [
"embedder",
]
} else if (is_win) {
# There is no platform target on windows. Instead, only a tester is used.
} else if (is_win || is_fuchsia) {
# There is no platform target on Windows. Fuchsia has its own runner
# implementation.
deps = []
} else {
assert(false, "Unknown/Unsupported platform.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册