Skip to content

Commit 67c5aad

Browse files
windows static build
1 parent ed9a925 commit 67c5aad

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
1.8 MB
Binary file not shown.
771 KB
Binary file not shown.

raylib/static/build_win32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
ffibuilder.cdef(open("../raylib_modified.h").read().replace('RLAPI ', ''))
77
ffibuilder.set_source("_raylib_cffi",
88
"""
9-
#include "raylib.h" // THIS MIGHT NEED TO BE CHANGED TO "../raylib.h" IF RAYLIB HEADERS NOT FOUND
9+
#include "../raylib.h"
1010
""",
1111
extra_link_args=['/NODEFAULTLIB:MSVCRTD'],
12-
libraries=['raylib', 'gdi32', 'shell32', 'user32','OpenGL32', 'winmm'],
12+
libraries=['raylib_static', 'gdi32', 'shell32', 'user32','OpenGL32', 'winmm'],
1313
)
1414

1515

0 commit comments

Comments
 (0)