diff --git a/Formula/llvm@3.7.rb b/Formula/llvm@3.7.rb index 8d035fd476..b4cf3c139b 100644 --- a/Formula/llvm@3.7.rb +++ b/Formula/llvm@3.7.rb @@ -117,6 +117,9 @@ class LlvmAT37 < Formula system buildpath/"configure", *args system "make", "VERBOSE=1" system "make", "VERBOSE=1", "install" + cd "tools/clang" do + system "make", "install" + end end if MacOS.version <= :snow_leopard