Skip to content

Commit 43d3bce

Browse files
committed
Rename CLANG_EXEC to CC
1 parent f7798ee commit 43d3bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Utility/Toolchain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public struct Toolchain: Installation {
4848
public static let swift_build_tool = getenv("SWIFT_BUILD_TOOL") ?? Toolchain.which("swift-build-tool")
4949

5050
/// the location of clang relatve to our installation
51-
public static let clang = getenv("CLANG_EXEC") ?? Toolchain.which("clang")
51+
public static let clang = getenv("CC") ?? Toolchain.which("clang")
5252
}
5353

5454
#if os(OSX)

0 commit comments

Comments
 (0)