Commit a69c9757 authored by David Reid's avatar David Reid

Fix SDL backend on Mac.

parent fa73b3f0
......@@ -16455,8 +16455,8 @@ mal_result mal_context_init__sdl(mal_context* pContext)
"SDL2.dll",
"SDL.dll"
#elif defined(MAL_APPLE)
"libSDL2-2.0.0.dylib", // Can any Mac users out there comfirm these library names?
"libSDL-1.2.0.dylib"
"SDL2.framework/SDL2",
"SDL.framework/SDL"
#else
"libSDL2-2.0.so.0",
"libSDL-1.2.so.0"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment