add more windows dlls and hope one works

This commit is contained in:
Richard Smith 2020-02-15 00:41:39 +00:00
parent 2d321d13b5
commit 8eef9f54fa
4 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

@ -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

Binary file not shown.