aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-10-27 18:38:58 +0000
committerGravatar David Chen <dzc@google.com>2015-10-27 19:45:10 +0000
commit53563755ebb1bf813a81761608c228da9426a331 (patch)
tree413b0320a9318d5c4fe32f4dd8a9d83b1f52dcec /tools
parente5a70e239ad81672d20f8e1fe76fc3e3e42df1cc (diff)
Put all of pkg/ into the go toolchain, so it works on Darwin too.
-- MOS_MIGRATED_REVID=106418596
Diffstat (limited to 'tools')
-rw-r--r--tools/build_rules/go/toolchain/BUILD.go-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_rules/go/toolchain/BUILD.go-toolchain b/tools/build_rules/go/toolchain/BUILD.go-toolchain
index a32c134590..5624a3bc2f 100644
--- a/tools/build_rules/go/toolchain/BUILD.go-toolchain
+++ b/tools/build_rules/go/toolchain/BUILD.go-toolchain
@@ -3,7 +3,7 @@ package(
filegroup(
name = "toolchain",
- srcs = glob(["go/bin/*", "go/pkg/linux_amd64/**", "go/pkg/tool/**", "go/pkg/include/**"]),
+ srcs = glob(["go/bin/*", "go/pkg/**", ]),
)
filegroup(