vim-python: Fix compile with python 3.5
This commit is contained in:
parent
fdc604b159
commit
fd5a5d01c6
@ -17,6 +17,7 @@ TERMUX_PKG_DEPENDS+=", python"
|
|||||||
TERMUX_PKG_CONFLICTS="vim"
|
TERMUX_PKG_CONFLICTS="vim"
|
||||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python3.5m"
|
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+=" --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_PKG_DESCRIPTION+=" - with python support"
|
||||||
|
|
||||||
termux_step_pre_configure () {
|
termux_step_pre_configure () {
|
||||||
|
Loading…
Reference in New Issue
Block a user