mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Fix SDL backend on Mac.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user