diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index f18a8f03d..ee9b927bc 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -49,7 +49,7 @@ class Ruby < Formula              "--enable-shared"]      args << "--program-suffix=19" if ARGV.include? "--with-suffix" -    args << "--with-arch=x86_64,i386" if ARGV.include? "--universal" +    args << "--with-arch=x86_64,i386" if ARGV.build_universal?      # Put gem, site and vendor folders in the HOMEBREW_PREFIX  | 
