This commit is contained in:
richard 2021-10-04 16:04:56 +01:00
parent 50c2fb12e2
commit 192fca8622
36 changed files with 16053 additions and 3581 deletions

View file

@ -13,7 +13,7 @@ function build() {
pyenv global $1
pip3 install cffi
pip3 install wheel
rm -rf raylib/static/_raylib_cffi.* build
rm -rf raylib/_raylib_cffi.* build
python setup.py bdist_wheel --plat-name manylinux2014_armv7l
}