Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a360a9e

Please sign in to comment.