diff options
Diffstat (limited to 'Library')
| -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 06f258b7d..e429d4e47 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -91,7 +91,7 @@ class Macvim < Formula # it is returned by `xcode-select -print-path` and already set by # Homebrew (in superenv). Instead Macvim needs the deeper dir to directly # append "SDKs/...". - args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer/" + args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer" end system "./configure", *args |
