Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit 0eddf4f

Browse files
authored
update to support python3.7
rather than 3.6
1 parent d512e99 commit 0eddf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macvim.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def install
2727
ENV.append 'vi_cv_path_python3', "#{HOMEBREW_PREFIX}/bin/python3"
2828
ENV.append 'vi_cv_path_plain_lua', "#{HOMEBREW_PREFIX}/bin/lua"
2929
ENV.append 'vi_cv_dll_name_perl', "/System/Library/Perl/#{perl_version}/darwin-thread-multi-2level/CORE/libperl.dylib"
30-
ENV.append 'vi_cv_dll_name_python3', "#{HOMEBREW_PREFIX}/Frameworks/Python.framework/Versions/3.6/Python"
30+
ENV.append 'vi_cv_dll_name_python3', "#{HOMEBREW_PREFIX}/Frameworks/Python.framework/Versions/3.7/Python"
3131

3232
opts = []
3333
if build.with? 'properly-linked-python2-python3'

0 commit comments

Comments
 (0)