aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index d031e99ee..57e352c4e 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -27,10 +27,6 @@ class Node < Formula
args = ["--prefix=#{prefix}", "--without-npm"]
args << "--debug" if ARGV.include? '--debug'
- # v0.6 appears to have a bug in parallel building
- # so we'll -j1 it for now
- ENV.deparallelize
-
system "./configure", *args
system "make install"
end