mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-30 03:01:51 +00:00
vagrant: darwin: give configure options so libpython gets build
it is needed by pyinstaller to build the borg binary
This commit is contained in:
parent
9dc98eeb45
commit
c557613e3a
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -166,7 +166,7 @@ def packages_darwin
|
|||
if which pyenv > /dev/null; then
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
pyenv install 3.4.3
|
||||
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3
|
||||
pyenv global 3.4.3
|
||||
pyenv rehash
|
||||
python -m pip install virtualenv
|
||||
|
|
Loading…
Reference in a new issue