diff options
| author | Jack Nagel | 2014-05-10 01:17:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-10 01:17:59 -0500 |
| commit | 3fa4062fba2e988360f99e3752e92cd5b4fb08e0 (patch) | |
| tree | d9ef9c11738d6fefa0a6765b6e8939cb540e4118 /Library/Formula/macvim.rb | |
| parent | b16c471c289bef51b62ad8d44ab34d4297a2362c (diff) | |
| download | homebrew-3fa4062fba2e988360f99e3752e92cd5b4fb08e0.tar.bz2 | |
macvim: drop trailing slash from developer dir
Diffstat (limited to 'Library/Formula/macvim.rb')
| -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 |
