aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index fd5cb8ff9..e77d21ca9 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -95,6 +95,7 @@ class Erlang < Formula
system "./configure", *args
system "touch lib/wx/SKIP" if MacOS.snow_leopard?
+ ENV.j1 # Parallel builds not working again as of at least R15B01
system "make"
system "make install"