Skip to content

Commit

Permalink
erlang - add options
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 9, 2010
1 parent 498c09f commit 810d52f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Formula/erlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 810d52f

Please sign in to comment.