Skip to content

Commit

Permalink
This is probably a better name for the SDL2 library on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 10, 2019
1 parent 9c9f59a commit 793b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL12_compat.c
Expand Up @@ -768,7 +768,7 @@ static EventQueueType *EventQueueAvailable = NULL;
#elif defined(unix) || defined(__APPLE__)
#include <dlfcn.h>
#ifdef __APPLE__
#define SDL20_LIBNAME "libSDL2.dylib"
#define SDL20_LIBNAME "libSDL2-2.0.0.dylib"
#else
#define SDL20_LIBNAME "libSDL2-2.0.so.0"
#endif
Expand Down

0 comments on commit 793b2f0

Please sign in to comment.