diff options
| author | Kendall Park | 2013-05-03 09:50:43 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-24 14:08:02 -0700 |
| commit | ba6da363721e81ac8c3cc5af25df0c2b874e968e (patch) | |
| tree | c6750945e30ee8be9871ccbe574a18e97ed2af8f /Library | |
| parent | 014f6426f2e1fec314e22e4500e0fee702e549e4 (diff) | |
| download | homebrew-ba6da363721e81ac8c3cc5af25df0c2b874e968e.tar.bz2 | |
deparallelized yasm
Closes #19593.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yasm.rb | 2 |
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} |
