vim-python: Fix compile with python 3.5

This commit is contained in:
Fredrik Fornwall 2015-09-15 06:31:38 -04:00
parent fdc604b159
commit fd5a5d01c6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ TERMUX_PKG_DEPENDS+=", python"
TERMUX_PKG_CONFLICTS="vim"
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python3.5m"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-python3interp --with-python3-config-dir=$TERMUX_PREFIX/lib/python3.5/config-3.5m/"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" vi_cv_path_python3_pfx=$TERMUX_PREFIX vi_cv_var_python3_version=3.5"
TERMUX_PKG_DESCRIPTION+=" - with python support"
termux_step_pre_configure () {