We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaa735 commit 24c2703Copy full SHA for 24c2703
build.zig
@@ -95,7 +95,7 @@ fn findLLVM(b: &Builder) -> LibraryDep {
95
const llvm_config_exe = b.findProgram(
96
[][]const u8{"llvm-config-5.0", "llvm-config"},
97
[][]const u8{
98
- "/usr/local/opt/llvm@5/",
+ "/usr/local/opt/llvm@5/bin",
99
"/mingw64/bin",
100
"/c/msys64/mingw64/bin",
101
"c:/msys64/mingw64/bin",
0 commit comments