add the modified header files to the source distro to make building on windows easier
This commit is contained in:
parent
035830b567
commit
15ea1dc79b
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,11 @@ include pyray/*.pyi
|
||||||
include raylib/*.pyd
|
include raylib/*.pyd
|
||||||
exclude raylib/*.a
|
exclude raylib/*.a
|
||||||
include raylib/*.h
|
include raylib/*.h
|
||||||
|
include raylib/*.h.modified
|
||||||
exclude raylib/*.c
|
exclude raylib/*.c
|
||||||
exclude raylib/*.o
|
exclude raylib/*.o
|
||||||
include version.py
|
include version.py
|
||||||
|
exclude tests/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue