[gn build] try to fix up deps of __config_site after 37c030f81a
authorNico Weber <thakis@chromium.org>
Wed, 21 Oct 2020 16:57:50 +0000 (12:57 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 21 Oct 2020 16:57:50 +0000 (12:57 -0400)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index f53304d..2695a58 100644 (file)
@@ -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" ]
 }