diff options
Diffstat (limited to 'Library/Formula/mpfr.rb')
| -rw-r--r-- | Library/Formula/mpfr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 80aec07b8..a8733d1fd 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -25,7 +25,7 @@ class Mpfr < Formula args << "--build=x86_64-apple-darwin" else ENV.m32 - args << "--host=none-apple-darwin" + args << "--build=none-apple-darwin" end system "./configure", *args |
