try to fix windows includes
This commit is contained in:
parent
a1bb101045
commit
2d6c706541
2 changed files with 2 additions and 2 deletions
2
raylib-c
2
raylib-c
|
@ -1 +1 @@
|
|||
Subproject commit 2a6bd973bdfe92e9f8506feb766d3351c0802d94
|
||||
Subproject commit 8e599908d9cca8f2f96f53790837f49abcea2745
|
|
@ -184,7 +184,7 @@ def build_windows():
|
|||
""",
|
||||
extra_link_args=['/NODEFAULTLIB:MSVCRTD'],
|
||||
libraries=['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm'],
|
||||
include_dirs=['raylib'],
|
||||
include_dirs=['../../../raylib-c/src'],
|
||||
)
|
||||
|
||||
|
||||
|
|
Reference in a new issue