fix dynamic raylib header being different from static header by making it a link
This commit is contained in:
parent
8af441f49f
commit
6483b53cf3
2 changed files with 2 additions and 1410 deletions
File diff suppressed because it is too large
Load diff
1
dynamic/raylib/raylib_modified.h
Symbolic link
1
dynamic/raylib/raylib_modified.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../raylib/raylib.h.modified
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ class BinaryDistribution(Distribution):
|
|||
|
||||
# should be name="raylib"+NAME but then Git doesn't track dependants
|
||||
setup(
|
||||
name="raylib",
|
||||
name="raylib"+NAME,
|
||||
version=VERSION,
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
|
|
Reference in a new issue