ninvaders: fix install-time warning.
Fixes https://github.com/Homebrew/homebrew-games/issues/785.
This commit is contained in:
parent
09b8e6ce09
commit
669262bd22
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Ninvaders < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.j1 # this formula's build system can't parallelize
|
||||
ENV.deparallelize # this formula's build system can't parallelize
|
||||
inreplace "Makefile" do |s|
|
||||
s.change_make_var! "CC", ENV.cc
|
||||
# gcc-4.2 doesn't like the lack of space here
|
||||
|
|
Loading…
Reference in a new issue