Skip to content

Commit 8eef9f5

Browse files
add more windows dlls and hope one works
1 parent 2d321d1 commit 8eef9f5

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

raylib/dynamic/32bit/libraylib.dll

3.11 MB
Binary file not shown.
File renamed without changes.

raylib/dynamic/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# Probably unnecessary, just covering all bases in case people add or remove dlls
99
MAC_NAMES = ['libraylib.2.6.0.dylib', 'libraylib.261.dylib', 'libraylib.dylib']
1010
LINUX_NAMES = ['libraylib.so.2.6.0','libraylib.so.2', 'libraylib.so']
11-
WINDOWS_NAMES = ['raylib.dll', 'raylib.32.dll', 'raylib.64.dll', 'libraylib.dll']
12-
11+
WINDOWS_NAMES = ['libraylib.dll', 'raylib.dll','32bit/raylib.dll', '32bit/libraylib.dll']
1312

1413
if platform.system() == "Darwin":
1514
NAMES_TO_TRY = MAC_NAMES

raylib/dynamic/libraylib.dll

3.49 MB
Binary file not shown.

0 commit comments

Comments
 (0)