Skip to content

Commit 2d6c706

Browse files
try to fix windows includes
1 parent a1bb101 commit 2d6c706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raylib-c

Submodule raylib-c updated 138 files

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def build_windows():
184184
""",
185185
extra_link_args=['/NODEFAULTLIB:MSVCRTD'],
186186
libraries=['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm'],
187-
include_dirs=['raylib'],
187+
include_dirs=['../../../raylib-c/src'],
188188
)
189189

190190

0 commit comments

Comments
 (0)