From bf5f787b497b1d993059e49bb636aadaaf2e0c8d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 22 Nov 2013 20:54:09 -0600 Subject: ruby: silence configure warning --- Library/Formula/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 4ff679274..0d294ce68 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -41,7 +41,7 @@ class Ruby < Formula # See discussion https://github.com/sstephenson/ruby-build/issues/304 # and https://github.com/mxcl/homebrew/pull/18054 if MacOS.version >= :mountain_lion - args << "--with-openssl-dir=#{Formula.factory('openssl').opt_prefix}" + args << "--with-opt-dir=#{Formula.factory('openssl').opt_prefix}" end # Put gem, site and vendor folders in the HOMEBREW_PREFIX -- cgit v1.2.3