Skip to content

Commit

Permalink
gmp@4: remove 32-bit option.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 20, 2016
1 parent 7dadc6d commit ece9747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gmp@4.rb
Expand Up @@ -30,7 +30,7 @@ def install
args = ["--prefix=#{prefix}", "--enable-cxx"]

# Build 32-bit where appropriate, and help configure find 64-bit CPUs
if MacOS.prefer_64_bit? && !build.build_32_bit?
if MacOS.prefer_64_bit?
ENV.m64
args << "--build=x86_64-apple-darwin"
else
Expand Down

0 comments on commit ece9747

Please sign in to comment.