aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/chibi-scheme.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb
index 6d1fbac28..45ac61b2b 100644
--- a/Library/Formula/chibi-scheme.rb
+++ b/Library/Formula/chibi-scheme.rb
@@ -7,6 +7,8 @@ class ChibiScheme < Formula
head 'https://code.google.com/p/chibi-scheme/', :using => :hg
def install
+ ENV.deparallelize
+
# "make" and "make install" must be done separately
system "make"
system "make", "install", "PREFIX=#{prefix}"