Skip to content

Commit

Permalink
pil: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jan 17, 2012
1 parent a95a235 commit 2dc9116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/pil.rb
Expand Up @@ -15,7 +15,7 @@ def install
archs.remove_ppc!
# Can't build universal on 32-bit hardware. See:
# https://github.com/mxcl/homebrew/issues/5844
archs.delete! :x86_64 if Hardware.is_32_bit?
archs.delete :x86_64 if Hardware.is_32_bit?
ENV['ARCHFLAGS'] = archs.as_arch_flags

inreplace "setup.py" do |s|
Expand Down

0 comments on commit 2dc9116

Please sign in to comment.