diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 6e2a1b406..49ed310af 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -37,6 +37,7 @@ class Ruby < Formula args << "--with-out-ext=tk" if build.without? "tcltk" args << "--disable-install-doc" if build.without? "doc" args << "--disable-dtrace" unless MacOS::CLT.installed? + args << "--without-gmp" if build.without? "gmp" paths = [ Formula["libyaml"].opt_prefix, |
