From 793b2f060ade86013b6b997612e70e4f74a60e58 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 10 Mar 2019 00:16:12 -0500 Subject: [PATCH] This is probably a better name for the SDL2 library on macOS. --- src/SDL12_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c index a29a9c5fc..59ae522c2 100644 --- a/src/SDL12_compat.c +++ b/src/SDL12_compat.c @@ -768,7 +768,7 @@ static EventQueueType *EventQueueAvailable = NULL; #elif defined(unix) || defined(__APPLE__) #include #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