Skip to content

Commit

Permalink
self-hosted: look for llvm-config in homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Dec 12, 2017
1 parent cdaa735 commit 24c2703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn findLLVM(b: &Builder) -> LibraryDep {
const llvm_config_exe = b.findProgram(
[][]const u8{"llvm-config-5.0", "llvm-config"},
[][]const u8{
"/usr/local/opt/llvm@5/",
"/usr/local/opt/llvm@5/bin",
"/mingw64/bin",
"/c/msys64/mingw64/bin",
"c:/msys64/mingw64/bin",
Expand Down

0 comments on commit 24c2703

Please sign in to comment.