Skip to content

Commit

Permalink
formula_creator: remove ENV.deparallelize suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <patrick@linnane.io>
  • Loading branch information
p-linnane committed Feb 19, 2024
1 parent d33efcd commit 95449b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/formula_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def install
system "cmake", "--build", "build"
system "cmake", "--install", "build"
<% elsif @mode == :autotools %>
# ENV.deparallelize # if your formula fails when building in parallel
# Remove unrecognized options if they cause configure to fail
# https://rubydoc.brew.sh/Formula.html#std_configure_args-instance_method
system "./configure", "--disable-silent-rules", *std_configure_args
Expand Down

0 comments on commit 95449b4

Please sign in to comment.