diff options
| author | Adam Vandenberg | 2010-08-09 10:00:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-09 10:00:12 -0700 |
| commit | 810d52f4a386ea9e2b837030120ffd69cad73722 (patch) | |
| tree | 8415921aa896199c5ba1655a84fc9f5536de4649 /Library/Formula | |
| parent | 498c09f69dba8d4282f6f58a0724c56fad7cd8e7 (diff) | |
| download | homebrew-810d52f4a386ea9e2b837030120ffd69cad73722.tar.bz2 | |
erlang - add options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 049254f16..43ff9ab24 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -18,6 +18,10 @@ class Erlang <Formula # may as well skip bin too, everything is just shell scripts skip_clean ['lib', 'bin'] + def options + [['--disable-hipe', "Disable building hipe; fails on various OS X systems."]] + end + def install ENV.deparallelize fails_with_llvm "see http://github.com/mxcl/homebrew/issues/issue/120" |
