mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[gn build] try to fix up deps of __config_site after 37c030f81a
This commit is contained in:
parent
f565b5becd
commit
31900dae4d
@ -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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user