diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/x264.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
