diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 6e9201bc2..acfa239fa 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -32,9 +32,10 @@ class Erlang < Formula ] end + fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 + def install ENV.deparallelize - fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 # If building from GitHub, this step is required (but not for tarball downloads.) system "./otp_build autoconf" if File.exist? "otp_build" |
