summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD1
-rw-r--r--build_defs.bzl1
2 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index fb34657..97380a4 100644
--- a/BUILD
+++ b/BUILD
@@ -266,6 +266,7 @@ cc_binary(
":conformance_proto_upb",
":upb",
],
+ copts = ["-Ibazel-out/k8-fastbuild/bin"],
)
make_shell_script(
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