diff options
| author | Misty De Meo | 2013-08-15 23:44:05 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-08-15 23:44:05 -0700 |
| commit | c75347f4c39fdd3024c92e590fc9b703d3b9e262 (patch) | |
| tree | 8a5be63cae7d46c3c055ed72d19195228d5eb4cd | |
| parent | 5a9478e5a85475ac664671f1013cf116691103ff (diff) | |
| download | homebrew-c75347f4c39fdd3024c92e590fc9b703d3b9e262.tar.bz2 | |
macvim: remove reference to stray arch
Fixes #21925.
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index b0c5eff83..a4264bd1c 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -30,7 +30,7 @@ class Macvim < Formula args = %W[ --with-features=huge --enable-multibyte - --with-macarchs=#{arch} + --with-macarchs=#{MacOS.preferred_arch} --enable-perlinterp --enable-rubyinterp --enable-tclinterp |
