From 014f6426f2e1fec314e22e4500e0fee702e549e4 Mon Sep 17 00:00:00 2001 From: Kendall Park Date: Fri, 3 May 2013 10:02:10 -0500 Subject: deparallelized x264 Closes #19594. Signed-off-by: Adam Vandenberg --- Library/Formula/x264.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb index 3d8383394..6442a934b 100644 --- a/Library/Formula/x264.rb +++ b/Library/Formula/x264.rb @@ -13,6 +13,8 @@ class X264 < Formula option '10-bit', 'Build a 10-bit x264 (default: 8-bit)' def install + # https://github.com/mxcl/homebrew/pull/19594 + ENV.deparallelize if build.head? ENV['GIT_DIR'] = cached_download/'.git' system './version.sh' -- cgit v1.2.3