Erlang: Still fails with LLVM
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0. Closes Homebrew/homebrew#7691.
This commit is contained in:
parent
c044467cd7
commit
3a75f0d90b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Erlang < Formula
|
|||
]
|
||||
end
|
||||
|
||||
fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326
|
||||
fails_with_llvm "Hangs while compiling HIPE with LLVM 2335. See issue #7691"
|
||||
|
||||
def install
|
||||
ohai "Compilation may take a very long time; use `brew install -v erlang` to see progress"
|
||||
|
|
Loading…
Reference in a new issue