aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKendall Park2013-05-03 09:50:43 -0500
committerAdam Vandenberg2013-06-24 14:08:02 -0700
commitba6da363721e81ac8c3cc5af25df0c2b874e968e (patch)
treec6750945e30ee8be9871ccbe574a18e97ed2af8f /Library/Formula
parent014f6426f2e1fec314e22e4500e0fee702e549e4 (diff)
downloadhomebrew-ba6da363721e81ac8c3cc5af25df0c2b874e968e.tar.bz2
deparallelized yasm
Closes #19593. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yasm.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb
index a0f89fb13..12ee4162f 100644
--- a/Library/Formula/yasm.rb
+++ b/Library/Formula/yasm.rb
@@ -16,6 +16,8 @@ class Yasm < Formula
depends_on 'Cython' => :python if build.with? 'python'
def install
+ # https://github.com/mxcl/homebrew/pull/19593
+ ENV.deparallelize
args = %W[
--disable-debug
--prefix=#{prefix}