From 1b150dccbd493c8005377c9a7afdb9fa7575bb49 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 19 Dec 2016 17:24:55 +0000 Subject: [PATCH] sdf: use ENV.deparallelize. --- Formula/sdf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/sdf.rb b/Formula/sdf.rb index 81e217c79f..03d4e9b8a0 100644 --- a/Formula/sdf.rb +++ b/Formula/sdf.rb @@ -95,7 +95,7 @@ class Sdf < Formula end def install - ENV.j1 # build is not parallel-safe + ENV.deparallelize # build is not parallel-safe ENV.append "CFLAGS", "-std=gnu89 -fbracket-depth=1024" if ENV.compiler == :clang resource("c-library").stage do