diff options
Diffstat (limited to 'Library/Formula/p7zip.rb')
| -rw-r--r-- | Library/Formula/p7zip.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index 1613b0327..8f7874521 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -10,7 +10,7 @@ class P7zip <Formula end def build_32bit? - ARGV.include? '--32-bit' or !Hardware.is_64_bit? + ARGV.include? '--32-bit' or Hardware.is_32_bit? end def install |
