commit | 6362195c03f2bc1d0805a035a0c13d10e51cfcad | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Jun 01 16:55:02 2015 +0000 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Jun 02 14:39:22 2015 +0000 |
tree | 8b77466429a1aba43ef84bed9370c150c94f9423 | |
parent | 8293af0b51d370bdfb0089aec6c529044cee6fe3 [diff] [blame] |
Disable heuristic_label_expansion in Bazel. Fixes #211. -- MOS_MIGRATED_REVID=94919859
diff --git a/src/BUILD b/src/BUILD index 0370324..c2ab5b8 100644 --- a/src/BUILD +++ b/src/BUILD
@@ -98,7 +98,7 @@ "package-zip", ], outs = ["bazel"], - cmd = "cat $(location //src/main/cpp:client) package-zip > $@ && zip -qA $@", + cmd = "cat $(location //src/main/cpp:client) $(location :package-zip) > $@ && zip -qA $@", executable = 1, output_to_bindir = 1, visibility = [