summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 51b4438357..7fa609795a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -25,7 +25,7 @@ group("all") {
}
# Tools should be built for the host target.
-if (host_cpu == target_cpu && host_os == target_os) {
+if (target_os == "linux") {
group("tools") {
deps = [ "//bt/system:tools" ]
}