aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gmp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gmp.rb')
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index ee0cba141..6360fe96f 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -27,7 +27,7 @@ class Gmp < Formula
args << "--build=x86_64-apple-darwin"
else
ENV.m32
- args << "--host=none-apple-darwin"
+ args << "--build=none-apple-darwin"
end
system "./configure", *args