From 150370dcc6c7fcabd75aa20945b7bb21b309dda1 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 5 Jun 2013 17:37:27 +0200 Subject: MacVim: Link python statically --- Library/Formula/macvim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/macvim.rb') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 363520385..ae8a8198c 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -50,8 +50,8 @@ class Macvim < Formula args << "--with-lua-prefix=#{HOMEBREW_PREFIX}" end - args << "--enable-pythoninterp=dynamic" if build.with? 'python' - args << "--enable-python3interp=dynamic" if build.with? "python3" + args << "--enable-pythoninterp=yes" if build.with? 'python' + args << "--enable-python3interp=yes" if build.with? "python3" unless MacOS::CLT.installed? # On Xcode-only systems: -- cgit v1.2.3