aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2013-08-15 23:44:05 -0700
committerMisty De Meo2013-08-15 23:44:05 -0700
commitc75347f4c39fdd3024c92e590fc9b703d3b9e262 (patch)
tree8a5be63cae7d46c3c055ed72d19195228d5eb4cd
parent5a9478e5a85475ac664671f1013cf116691103ff (diff)
downloadhomebrew-c75347f4c39fdd3024c92e590fc9b703d3b9e262.tar.bz2
macvim: remove reference to stray arch
Fixes #21925.
-rw-r--r--Library/Formula/macvim.rb2
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