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,