mirror of
https://github.com/pyenv/pyenv-doctor.git
synced 2025-12-08 15:31:27 +09:00
Rename build path to be started with "python-" to apply variables like PYTHON_CONFIGURE_OPTS
This commit is contained in:
parent
68fb05720e
commit
fbe25a90d1
@ -128,7 +128,7 @@ REPOSITORY="${PYENV_DOCTOR_ROOT}"
|
||||
BRANCH="$(cd "${PYENV_DOCTOR_ROOT}" && git name-rev --name-only HEAD)"
|
||||
mkdir -p "${BUILD_PATH}"
|
||||
cat <<EOF > "${DEFINITION}"
|
||||
install_git "pyenv-doctor" "${REPOSITORY}" "${BRANCH}" standard
|
||||
install_git "python-pyenv-doctor" "${REPOSITORY}" "${BRANCH}" standard
|
||||
EOF
|
||||
|
||||
# if none is selected, check as WITH_CPYTHON
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user