mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 10:53:21 +00:00
termux_step_setup_variables.sh: adding a new variable TERMUX_PYTHON_HOME
This variable allows you to shorten lines that point to python libraries. %ci:no-build
This commit is contained in:
@@ -44,7 +44,7 @@ vi_cv_path_python3_pfx=$TERMUX_PREFIX
|
||||
vi_cv_var_python3_abiflags=
|
||||
vi_cv_var_python3_version=${TERMUX_PYTHON_VERSION}
|
||||
--enable-python3interp
|
||||
--with-python3-config-dir=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}/config-${TERMUX_PYTHON_VERSION}/
|
||||
--with-python3-config-dir=$TERMUX_PYTHON_HOME/config-${TERMUX_PYTHON_VERSION}/
|
||||
"
|
||||
TERMUX_PKG_DESCRIPTION+=" - with python support"
|
||||
# Remove share/vim/vim90 which is in vim-runtime built as a subpackage of vim:
|
||||
|
||||
Reference in New Issue
Block a user