diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index d8a2d0b33..3acef5602 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -25,7 +25,7 @@ class Erlang <Formula def install ENV.deparallelize - ENV.gcc_4_2 # see http://github.com/mxcl/homebrew/issues/#issue/120 + fails_with_llvm "see http://github.com/mxcl/homebrew/issues/#issue/120" # If building from GitHub, this step is required (but not for tarball downloads.) system "./otp_build autoconf" if File.exist? "otp_build" |
