macvim: add some configure flags

This commit is contained in:
Adam Vandenberg 2011-08-04 09:22:54 -07:00
parent 98b06ada3e
commit 86c302b3fa

View file

@ -35,6 +35,8 @@ class Macvim < Formula
args = ["--with-macsdk=#{MACOS_VERSION}",
"--with-features=huge",
"--with-tlib=ncurses",
"--enable-multibyte",
"--with-macarchs=#{arch}",
"--enable-perlinterp",
"--enable-pythoninterp",