summaryrefslogtreecommitdiff
path: root/build_defs.bzl
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-12-01 01:24:58 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-01 01:24:58 -0800
commit9e44a757edb7ba7155469d3305da32b3dc11c756 (patch)
tree41a922c34234c219c3fc868ae3ab01d85b6dcdf8 /build_defs.bzl
parentfb6f7e96895c3a9a8ae2e66516160937e7ac1779 (diff)
Fix Bazel Kokoro build (#136)
Diffstat (limited to 'build_defs.bzl')
-rw-r--r--build_defs.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_defs.bzl b/build_defs.bzl
index c1dd422..5bbbc4f 100644
--- a/build_defs.bzl
+++ b/build_defs.bzl
@@ -270,4 +270,5 @@ def upb_proto_library(name, deps, upbc):
name = name,
srcs = [":" + srcs_rule],
deps = [":upb"],
+ copts = ["-Ibazel-out/k8-fastbuild/bin"],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback