Commit 55ad57a2 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #936 from andrewharp/patch-1

Build protoc for host platform to enable cross-compilation.
parents 0cf6198c 38f131fd
......@@ -81,6 +81,7 @@ _proto_gen = rule(
"deps": attr.label_list(providers = ["proto"]),
"includes": attr.string_list(),
"protoc": attr.label(
cfg = HOST_CFG,
executable = True,
single_file = True,
mandatory = True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment