mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Add AudioToolbox framework when building SDL2 on macOS, fixes TOOLS=1 link errors [R. Belmont]
This commit is contained in:
parent
b66b299b6e
commit
ca1bf9a040
@ -276,6 +276,7 @@ if BASE_TARGETOS=="unix" then
|
||||
end
|
||||
if _OPTIONS["with-bundled-sdl2"]~=nil then
|
||||
linkoptions {
|
||||
"-framework AudioToolbox",
|
||||
"-framework AudioUnit",
|
||||
"-framework CoreAudio",
|
||||
"-framework Carbon",
|
||||
|
Loading…
Reference in New Issue
Block a user