diff options
author | Max Horn | 2009-03-22 13:50:51 +0000 |
---|---|---|
committer | Max Horn | 2009-03-22 13:50:51 +0000 |
commit | f4ae5a45725c882e6f58f9fd509fa4f7780fccc6 (patch) | |
tree | 71cff439f16bca2a65e1ec9c399ef2d4ecf53dea | |
parent | 734e9dd377b5766f3155f44b5b43160100225106 (diff) | |
download | scummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.tar.gz scummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.tar.bz2 scummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.zip |
Fixed configure on OSX (no idea what this will do to the iPhone, but now at least compiling on OS X is possible again)
svn-id: r39607
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1057,7 +1057,7 @@ case $_host_os in LIBS="$LIBS -lmd " _ranlib=: ;; - i686-apple-darwin*|ppc-apple-darwin*) + darwin*) DEFINES="$DEFINES -DUNIX -DMACOSX" LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI" ;; |