diff options
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index ccb32ad0d..ab56d2663 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -70,6 +70,7 @@ class Vim < Formula "--with-tlib=ncurses", "--enable-cscope", "--with-features=huge", + "--with-compiledby=Homebrew", *opts system "make" # If stripping the binaries is not enabled, vim will segfault with |
