MacVim: stop passing explicit SDK

master
Adam Vandenberg 2011-10-28 09:55:44 -07:00
parent a0d48889fb
commit a0468fb511
1 changed files with 8 additions and 9 deletions

View File

@ -33,8 +33,7 @@ class Macvim < Formula
arch = MacOS.prefer_64_bit? ? 'x86_64' : 'i386'
ENV['ARCHFLAGS'] = "-arch #{arch}"
args = ["--with-macsdk=#{MACOS_VERSION}",
"--with-features=huge",
args = ["--with-features=huge",
"--with-tlib=ncurses",
"--enable-multibyte",
"--with-macarchs=#{arch}",