halibut: deparallelize the build
The parallelized build failure contains errors such as error: unterminated conditional directive error: expected '}' error: expected ';' after top level declarator Closes Homebrew/homebrew#49871. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c8a3d878e7
commit
1d29109bd0
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class Halibut < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# Reported to Simon Tatham (anakin@pobox.com) on 8th Mar 2016.
|
||||
ENV.deparallelize
|
||||
|
||||
bin.mkpath
|
||||
man1.mkpath
|
||||
|
||||
|
|
Loading…
Reference in a new issue