mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
OSX configure fix
svn-id: r39603
This commit is contained in:
parent
16cd161df5
commit
0dc0f24bcd
4
configure
vendored
4
configure
vendored
@ -1046,7 +1046,7 @@ case $_host_os in
|
||||
LIBS="$LIBS -lmd "
|
||||
_ranlib=:
|
||||
;;
|
||||
i686-darwin*|ppc-darwin*)
|
||||
i686-apple-darwin*|ppc-apple-darwin*)
|
||||
DEFINES="$DEFINES -DUNIX -DMACOSX"
|
||||
LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
|
||||
;;
|
||||
@ -1123,7 +1123,7 @@ if test -n "$_host"; then
|
||||
bfin*)
|
||||
_need_memalign=yes
|
||||
;;
|
||||
i686-darwin*|ppc-darwin*)
|
||||
i686-apple-darwin*|ppc-apple-darwin*)
|
||||
_ranlib=$_host-ranlib
|
||||
_strip=$_host-strip
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user