escape windows back slashes
This commit is contained in:
parent
ea8c7cc685
commit
a4af57984e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def build_windows():
|
|||
""",
|
||||
extra_link_args=['/NODEFAULTLIB:MSVCRTD'],
|
||||
libraries=['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm'],
|
||||
include_dirs=['D:\a\raylib-python-cffi\raylib-python-cffi\raylib-c\src'],
|
||||
include_dirs=['D:\\a\\raylib-python-cffi\\raylib-python-cffi\\raylib-c\\src'],
|
||||
)
|
||||
|
||||
|
||||
|
|
Reference in a new issue