updated linux build to 2.6
This commit is contained in:
parent
ba8b1760df
commit
d0ef18b489
17 changed files with 15 additions and 3 deletions
11
raylib/static/build_linux_multi.sh
Executable file
11
raylib/static/build_linux_multi.sh
Executable 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
|
Reference in a new issue