File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1515 vi_cv_path_python3=/usr/local/bin/python3
1616 vi_cv_path_plain_lua=/usr/local/bin/lua
1717 vi_cv_dll_name_perl=/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/libperl.dylib
18+ vi_cv_dll_name_python=/System/Library/Frameworks/Python.framework/Versions/2.7/Python
1819 vi_cv_dll_name_python3=/usr/local/Frameworks/Python.framework/Versions/3.5/Python
1920 " CONFOPT='--with-features=huge --enable-multibyte --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local --enable-gui=macvim'"
2021
@@ -29,6 +30,7 @@ script:
2930 - NPROC=$(getconf _NPROCESSORS_ONLN)
3031 - ./configure $CONFOPT --enable-fail-if-missing
3132 - grep -q -- "-DDYNAMIC_PERL_DLL=\\\\\"$vi_cv_dll_name_perl\\\\\"" src/auto/config.mk
33+ - grep -q -- "-DDYNAMIC_PYTHON_DLL=\\\\\"$vi_cv_dll_name_python\\\\\"" src/auto/config.mk
3234 - grep -q -- "-DDYNAMIC_PYTHON3_DLL=\\\\\"$vi_cv_dll_name_python3\\\\\"" src/auto/config.mk
3335 - make -j$NPROC
3436 - cat src/auto/config.mk
You can’t perform that action at this time.
0 commit comments