Skip to content

Commit

Permalink
Adopted alternate llvm-config patch from #3247. Closes #3247.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 7, 2015
1 parent 0a3aeba commit a360a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Expand Up @@ -599,6 +599,9 @@ Unsupported language version requested: #{version}. Options are #{@supported_ver
end
if which
config = File.join(which, "llvm-config")
elsif @darwin
out = `brew list llvm | grep '/llvm-config$'`
config = out.chomp if $?.success?
end
end

Expand Down

0 comments on commit a360a9e

Please sign in to comment.