Skip to content

Commit

Permalink
Fix LLVM bin path for Mac toolchain. (flutter#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Aug 18, 2017
1 parent b9b34de commit 4c89f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ template("mac_toolchain") {
}
}

llvm_bin_path = "//buildtools/toolchain/mac-x64/clang/bin"
llvm_bin_path = "//buildtools/mac-x64/clang/bin"

# Toolchain used for iOS device targets.
mac_toolchain("ios_clang_arm") {
Expand Down

0 comments on commit 4c89f31

Please sign in to comment.