Merge pull request #15 from hlopko:fix_examples_for_platforms

PiperOrigin-RevId: 249821791
Change-Id: I61b10b87731a9f5a892c58b8ea4c7158e35a943e
This commit is contained in:
Copybara-Service 2019-05-24 06:17:43 -07:00
commit 96eb170c6e
1 changed files with 1 additions and 0 deletions

View File

@ -90,4 +90,5 @@ my_c_archive = rule(
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
},
fragments = ["cpp"],
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
)