diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rwxr-xr-x | Library/Formula/node.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 3c234ad2e..38cd54e01 100755 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -7,9 +7,7 @@ class Node <Formula    md5 '378307512e380e279969b0936e5ec5cc'    # Stripping breaks dynamic loading -  def skip_clean? path -    true -  end +  skip_clean :all    def install      fails_with_llvm | 
