Skip to content

Commit

Permalink
Remove cc_target_os (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Sep 25, 2024
1 parent b625a45 commit 45abcf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,6 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
tool_paths = [tool_path(name = name, path = path) for (name, path) in tool_paths.items()],
make_variables = make_variables,
builtin_sysroot = None,
cc_target_os = "apple",
),
DefaultInfo(
executable = out,
Expand Down

0 comments on commit 45abcf2

Please sign in to comment.