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
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue