1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

Prevent build from installing MacOS apps globally

This commit is contained in:
Ivan Pozdeev
2021-05-19 06:18:45 +03:00
parent ddf952ab2d
commit a7044d2c06
2 changed files with 8 additions and 7 deletions

View File

@@ -270,7 +270,7 @@ verify_python python3.4
OUT
assert_success
assert_output <<EOS
PYTHON_CONFIGURE_OPTS_ARRAY=(--libdir=${TMP}/install/lib --enable-framework=${TMP}/install)
PYTHON_CONFIGURE_OPTS_ARRAY=(--libdir=${TMP}/install/lib --enable-framework=${TMP}/install/Library/Frameworks)
EOS
[ -L "${INSTALL_ROOT}/Python.framework/Versions/Current/bin/python" ]