Skip to content

Commit 4c89f31

Browse files
authored
Fix LLVM bin path for Mac toolchain. (flutter#94)
1 parent b9b34de commit 4c89f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/toolchain/mac/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ template("mac_toolchain") {
215215
}
216216
}
217217

218-
llvm_bin_path = "//buildtools/toolchain/mac-x64/clang/bin"
218+
llvm_bin_path = "//buildtools/mac-x64/clang/bin"
219219

220220
# Toolchain used for iOS device targets.
221221
mac_toolchain("ios_clang_arm") {

0 commit comments

Comments
 (0)