updated linux build to 2.6

This commit is contained in:
Electron Studio 2020-02-14 17:33:37 +00:00
parent ba8b1760df
commit d0ef18b489
17 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
rm *linux-gnu.so
pyenv global 3.8.1
pip3 install cffi
python build_linux.py
pyenv global 3.7.6
pip3 install cffi
python build_linux.py
pyenv global 3.6.10
pip3 install cffi
python build_linux.py