Skip to content

Commit

Permalink
ninvaders: fix install-time warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 8, 2017
1 parent 09b8e6c commit 669262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ninvaders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 669262b

Please sign in to comment.