mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to pick it up for us.
This commit is contained in:
parent
6cb0a4c1b0
commit
2d858d817f
2
configure
vendored
2
configure
vendored
@ -2195,6 +2195,8 @@ case $_host_os in
|
||||
|
||||
DEFINES="$DEFINES -DMACOSX"
|
||||
LIBS="$LIBS -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
|
||||
# SDL2 doesn't seem to add Cocoa for us.
|
||||
LIBS="$LIBS -framework Cocoa"
|
||||
add_line_to_config_mk 'MACOSX = 1'
|
||||
|
||||
# Now we may have MacPorts or Fink installed
|
||||
|
Loading…
Reference in New Issue
Block a user