overdev / raylib-py

A Python binding for the great C library raylib.
Other
185 stars 20 forks source link

Raylibpy 3.7: Correct raylib.dll filename on Windows to fix loading #38

Closed adamlwgriffiths closed 2 years ago

adamlwgriffiths commented 2 years ago

31 Updated the dll loading to work with Linux.

This PR incorrectly changed the name of the Windows DLL to be loaded.

As can be seen here: https://github.com/overdev/raylib-py/blob/raylibpy-3.7/raylibpy/bin/raylib.dll The filename should be 'raylib.dll'.

This reverts a small part of that PR to again work on Windows.