mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 362075479 Change-Id: Ib556b478b2e28fa6c35fe493b533035de4916bd0
This commit is contained in:
parent
88ef31b429
commit
9544a3eeac
|
@ -28,4 +28,5 @@ compiler_flag = rule(
|
|||
toolchains = [
|
||||
"@bazel_tools//tools/cpp:toolchain_type", # copybara-use-repo-external-label
|
||||
],
|
||||
incompatible_use_toolchain_transition = True,
|
||||
)
|
||||
|
|
|
@ -462,6 +462,7 @@ cc_shared_library = rule(
|
|||
},
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
|
||||
fragments = ["cpp"],
|
||||
incompatible_use_toolchain_transition = True,
|
||||
)
|
||||
|
||||
for_testing_dont_use_check_if_target_under_path = _check_if_target_under_path
|
||||
|
|
Loading…
Reference in New Issue