Skip to content

Commit 24c2703

Browse files
committedDec 12, 2017
self-hosted: look for llvm-config in homebrew
·
0.15.10.2.0
1 parent cdaa735 commit 24c2703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.zig‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn findLLVM(b: &Builder) -> LibraryDep {
9595
const llvm_config_exe = b.findProgram(
9696
[][]const u8{"llvm-config-5.0", "llvm-config"},
9797
[][]const u8{
98-
"/usr/local/opt/llvm@5/",
98+
"/usr/local/opt/llvm@5/bin",
9999
"/mingw64/bin",
100100
"/c/msys64/mingw64/bin",
101101
"c:/msys64/mingw64/bin",

0 commit comments

Comments
 (0)
Please sign in to comment.