From 45abcf29385b6b66f1243c1c384dce9add4a0ab1 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 08:36:53 -0700 Subject: [PATCH] Remove cc_target_os (#346) Seems unused https://github.com/bazelbuild/bazel/blob/f4d92d45be3617b72c21ad5ce8912fa548472e50/src/main/protobuf/crosstool_config.proto#L484-L486 --- crosstool/cc_toolchain_config.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/crosstool/cc_toolchain_config.bzl b/crosstool/cc_toolchain_config.bzl index edbef61..a643c0f 100644 --- a/crosstool/cc_toolchain_config.bzl +++ b/crosstool/cc_toolchain_config.bzl @@ -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,