update linux binaries to raylib 3.1-dev master and include python 3.9
This commit is contained in:
parent
23f3cd92e7
commit
5d5c38a154
6 changed files with 10 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
raylib/static/_raylib_cffi.cpython-39-x86_64-linux-gnu.so
Executable file
BIN
raylib/static/_raylib_cffi.cpython-39-x86_64-linux-gnu.so
Executable file
Binary file not shown.
|
@ -1,11 +1,18 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
rm *linux-gnu.so
|
rm *linux-gnu.so
|
||||||
pyenv global 3.8.1
|
pyenv install -s 3.9.0
|
||||||
|
pyenv global 3.9.0
|
||||||
pip3 install cffi
|
pip3 install cffi
|
||||||
python build_linux.py
|
python build_linux.py
|
||||||
pyenv global 3.7.6
|
pyenv install -s 3.8.6
|
||||||
|
pyenv global 3.8.6
|
||||||
pip3 install cffi
|
pip3 install cffi
|
||||||
python build_linux.py
|
python build_linux.py
|
||||||
pyenv global 3.6.10
|
pyenv install -s 3.7.9
|
||||||
|
pyenv global 3.7.9
|
||||||
|
pip3 install cffi
|
||||||
|
python build_linux.py
|
||||||
|
pyenv install -s 3.6.12
|
||||||
|
pyenv global 3.6.12
|
||||||
pip3 install cffi
|
pip3 install cffi
|
||||||
python build_linux.py
|
python build_linux.py
|
||||||
|
|
Reference in a new issue