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 f7798ee commit 43d3bceCopy full SHA for 43d3bce
Sources/Utility/Toolchain.swift
@@ -48,7 +48,7 @@ public struct Toolchain: Installation {
48
public static let swift_build_tool = getenv("SWIFT_BUILD_TOOL") ?? Toolchain.which("swift-build-tool")
49
50
/// the location of clang relatve to our installation
51
- public static let clang = getenv("CLANG_EXEC") ?? Toolchain.which("clang")
+ public static let clang = getenv("CC") ?? Toolchain.which("clang")
52
}
53
54
#if os(OSX)
0 commit comments