sdf: use ENV.deparallelize.
This commit is contained in:
parent
8fb1a4b90e
commit
1b150dccbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue