Skip to content

Commit

Permalink
remove deprecated option: with-python-config-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0tk1t committed Dec 2, 2020
1 parent 1f0310d commit b464959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ function compile_vim_on_ubuntu()
--enable-multibyte \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config-`dpkg-architecture -qDEB_HOST_MULTIARCH` \
--enable-perlinterp \
--enable-luainterp \
--enable-gui=gtk2 \
Expand All @@ -201,7 +200,6 @@ function compile_vim_on_debian()
--enable-multibyte \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config-`dpkg-architecture -qDEB_HOST_MULTIARCH` \
--enable-perlinterp \
--enable-luainterp \
--enable-gui=gtk2 \
Expand All @@ -224,7 +222,6 @@ function compile_vim_on_parrot()
--enable-multibyte \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config-`dpkg-architecture -qDEB_HOST_MULTIARCH` \
--enable-perlinterp \
--enable-luainterp \
--enable-gui=gtk2 \
Expand Down Expand Up @@ -253,7 +250,6 @@ function compile_vim_on_centos()
--with-tlib=tinfo \
--enable-rubyinterp=yes \
--enable-pythoninterp=yes \
--with-python-config-dir=/lib64/python2.7/config \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-gui=gtk2 \
Expand Down

0 comments on commit b464959

Please sign in to comment.