update mac to 2.6
This commit is contained in:
parent
92dcc91b82
commit
ba8b1760df
17 changed files with 3178 additions and 2338 deletions
11
raylib/static/build_mac_multi.sh
Executable file
11
raylib/static/build_mac_multi.sh
Executable 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
|
Reference in a new issue