Skip to content

Commit a4af579

Browse files
escape windows back slashes
1 parent ea8c7cc commit a4af579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def build_windows():
178178
""",
179179
extra_link_args=['/NODEFAULTLIB:MSVCRTD'],
180180
libraries=['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm'],
181-
include_dirs=['D:\a\raylib-python-cffi\raylib-python-cffi\raylib-c\src'],
181+
include_dirs=['D:\\a\\raylib-python-cffi\\raylib-python-cffi\\raylib-c\\src'],
182182
)
183183

184184

0 commit comments

Comments
 (0)