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 15
15
vi_cv_path_python3=/usr/local/bin/python3
16
16
vi_cv_path_plain_lua=/usr/local/bin/lua
17
17
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
18
19
vi_cv_dll_name_python3=/usr/local/Frameworks/Python.framework/Versions/3.5/Python
19
20
" 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'"
20
21
@@ -29,6 +30,7 @@ script:
29
30
- NPROC=$(getconf _NPROCESSORS_ONLN)
30
31
- ./configure $CONFOPT --enable-fail-if-missing
31
32
- 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
32
34
- grep -q -- "-DDYNAMIC_PYTHON3_DLL=\\\\\"$vi_cv_dll_name_python3\\\\\"" src/auto/config.mk
33
35
- make -j$NPROC
34
36
- cat src/auto/config.mk
You can’t perform that action at this time.
0 commit comments