Skip to content

Commit

Permalink
portable-ruby: disable fiddle
Browse files Browse the repository at this point in the history
This will opportunistically pick up a Homebrew libffi (not available
in the OS on all platforms), and isn't used by anything that we're
using this portable Ruby for.
  • Loading branch information
mistydemeo committed May 12, 2016
1 parent 09eeb52 commit 1a1eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/portable-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install
--enable-load-relative
--with-static-linked-ext
--disable-dln
--with-out-ext=tk,sdbm,gdbm,dbm,dl,coverage
--with-out-ext=tk,sdbm,gdbm,dbm,dl,coverage,fiddle
--disable-install-doc
--disable-install-rdoc
--disable-dtrace
Expand Down

0 comments on commit 1a1eb78

Please sign in to comment.