diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] } |