We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea65d8 commit f7a7c5dCopy full SHA for f7a7c5d
go/private/context.bzl
@@ -78,7 +78,7 @@ load(
78
CPP_TOOLCHAIN_TYPE = Label("@bazel_tools//tools/cpp:toolchain_type")
79
CGO_ATTRS = {
80
"_cc_toolchain": attr.label(default = "@bazel_tools//tools/cpp:optional_current_cc_toolchain"),
81
- "_xcode_config": attr.label(default = "@bazel_tools//tools/osx:current_xcode_config"),
+ "_xcode_config": attr.label(default = configuration_field(fragment = "apple", name = "xcode_config_label")),
82
"_pure_flag": attr.label(default = "//go/config:pure"),
83
"_pure_constraint": attr.label(default = "//go/toolchain:cgo_off"),
84
}
0 commit comments