update DLLs
This commit is contained in:
parent
f6f5b0836e
commit
d1dc703292
7 changed files with 61 additions and 25 deletions
2
setup.py
2
setup.py
|
@ -36,5 +36,5 @@ setup(
|
|||
include_package_data=True,
|
||||
install_requires=["cffi>=1.14.5","inflection"],
|
||||
distclass=BinaryDistribution,
|
||||
cffi_modules=["raylib/static/build.py:ffibuilder"], # this would build libs whenever the module is installed, but we are distributing static libs instead
|
||||
cffi_modules=["raylib/static/build.py:ffibuilder"]
|
||||
)
|
||||
|
|
Reference in a new issue