This commit is contained in:
Richard Smith 2024-10-15 19:28:21 +01:00
parent 05e71eae62
commit 3b0238c61d
2 changed files with 3 additions and 4 deletions

View file

@ -220,7 +220,7 @@ def build_windows():
"""
libraries = ['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm']
if USE_SDL2:
libraries += 'SDL2'
libraries += ['SDL2']
print("libraries: "+str(libraries))
ffibuilder.set_source("raylib._raylib_cffi", ffi_includes,