diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 2792c6ffc..6fdd43b24 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -26,7 +26,10 @@ class Erlang <Formula skip_clean ['lib', 'bin'] def options - [['--disable-hipe', "Disable building hipe; fails on various OS X systems."]] + [ + ['--disable-hipe', "Disable building hipe; fails on various OS X systems."], + ['--time', '"brew test --time" to include a time-consuming test.'] + ] end def install |
