update mac to 2.6

This commit is contained in:
electronstudio 2020-02-14 16:30:11 +00:00
parent 92dcc91b82
commit ba8b1760df
17 changed files with 3178 additions and 2338 deletions

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
rm *darwin.so
pyenv global 3.8.1
pip3 install cffi
python build_mac.py
pyenv global 3.7.5
pip3 install cffi
python build_mac.py
pyenv global 3.6.9
pip3 install cffi
python build_mac.py