llvm@3.7: fix installation of .inc files

This commit is contained in:
FX Coudert 2017-03-23 19:12:29 +01:00
parent 2027316291
commit d07df4bcb1

View file

@ -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