llvm@3.7: fix installation of .inc files
This commit is contained in:
parent
2027316291
commit
d07df4bcb1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue