Skip to content

Commit

Permalink
[gn build] try to fix up deps of __config_site after 37c030f
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Oct 21, 2020
1 parent b5aa674 commit 8b7dac8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,9 @@ config("include_config") {
}

group("include") {
if (current_toolchain == default_toolchain) {
deps = [
":copy_headers",
":write_config_site",
]
}
deps = [
":copy_headers($default_toolchain)",
":write_config_site($default_toolchain)",
]
public_configs = [ ":include_config" ]
}

0 comments on commit 8b7dac8

Please sign in to comment.