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.
SWIFT_TOOLCHAIN_TYPE
1 parent 3dfbf33 commit 196eaf9Copy full SHA for 196eaf9
swift/internal/toolchain_utils.bzl
@@ -14,7 +14,7 @@
14
15
"""Helpers used to depend on and access the Swift toolchain."""
16
17
-SWIFT_TOOLCHAIN_TYPE = "@build_bazel_rules_swift//toolchains:toolchain_type"
+SWIFT_TOOLCHAIN_TYPE = Label("//toolchains:toolchain_type")
18
19
def get_swift_toolchain(
20
ctx,
0 commit comments