Skip to content

Commit 45c8ca3

Browse files
committed
Remove incompatible_use_specific_tool_files use
This flag was flipped to true before bazel 1.0
1 parent cab7071 commit 45c8ca3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cc/private/link/finalize_link_action.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ def finalize_link_action(
230230
action_name = link_type.action_name,
231231
)
232232

233-
if cc_toolchain._cpp_configuration.incompatible_use_specific_tool_files() and \
234-
link_type.linker_or_archiver == USE_ARCHIVER:
233+
if link_type.linker_or_archiver == USE_ARCHIVER:
235234
linker_files = cc_toolchain._ar_files
236235
else:
237236
linker_files = cc_toolchain._linker_files

0 commit comments

Comments
 (0)