macvim: add some configure flags
This commit is contained in:
parent
98b06ada3e
commit
86c302b3fa
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ class Macvim < Formula
|
||||||
|
|
||||||
args = ["--with-macsdk=#{MACOS_VERSION}",
|
args = ["--with-macsdk=#{MACOS_VERSION}",
|
||||||
"--with-features=huge",
|
"--with-features=huge",
|
||||||
|
"--with-tlib=ncurses",
|
||||||
|
"--enable-multibyte",
|
||||||
"--with-macarchs=#{arch}",
|
"--with-macarchs=#{arch}",
|
||||||
"--enable-perlinterp",
|
"--enable-perlinterp",
|
||||||
"--enable-pythoninterp",
|
"--enable-pythoninterp",
|
||||||
|
|
Loading…
Reference in a new issue