Update examples for platforms

This commit is contained in:
Marcel Hlopko 2019-05-24 14:52:19 +02:00
parent f25bda7e0d
commit 6cd7e75fc4
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"],
)