add more windows dlls and hope one works
This commit is contained in:
parent
2d321d13b5
commit
8eef9f54fa
4 changed files with 1 additions and 2 deletions
BIN
raylib/dynamic/32bit/libraylib.dll
Normal file
BIN
raylib/dynamic/32bit/libraylib.dll
Normal file
Binary file not shown.
|
@ -8,8 +8,7 @@ import platform
|
|||
# Probably unnecessary, just covering all bases in case people add or remove dlls
|
||||
MAC_NAMES = ['libraylib.2.6.0.dylib', 'libraylib.261.dylib', 'libraylib.dylib']
|
||||
LINUX_NAMES = ['libraylib.so.2.6.0','libraylib.so.2', 'libraylib.so']
|
||||
WINDOWS_NAMES = ['raylib.dll', 'raylib.32.dll', 'raylib.64.dll', 'libraylib.dll']
|
||||
|
||||
WINDOWS_NAMES = ['libraylib.dll', 'raylib.dll','32bit/raylib.dll', '32bit/libraylib.dll']
|
||||
|
||||
if platform.system() == "Darwin":
|
||||
NAMES_TO_TRY = MAC_NAMES
|
||||
|
|
BIN
raylib/dynamic/libraylib.dll
Normal file
BIN
raylib/dynamic/libraylib.dll
Normal file
Binary file not shown.
Reference in a new issue