diff options
author | Max Horn | 2005-10-14 11:24:46 +0000 |
---|---|---|
committer | Max Horn | 2005-10-14 11:24:46 +0000 |
commit | c75dfc3f05ef3210eb7e5f29306cfd8f42623b06 (patch) | |
tree | d2bb7e8f6b29eb81e7bf1bc3555dce6b766b3ded /Makefile | |
parent | 17e889020040fb78e072ebb24bd38603ad6122d8 (diff) | |
download | scummvm-rg350-c75dfc3f05ef3210eb7e5f29306cfd8f42623b06.tar.gz scummvm-rg350-c75dfc3f05ef3210eb7e5f29306cfd8f42623b06.tar.bz2 scummvm-rg350-c75dfc3f05ef3210eb7e5f29306cfd8f42623b06.zip |
Added missing -framework CoreMIDI
svn-id: r19080
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ OSXOPT=/sw scummvm-static: $(OBJS) $(CXX) $(LDFLAGS) -o scummvm-static $(OBJS) \ `sdl-config --static-libs` \ + -framework CoreMIDI \ $(OSXOPT)/lib/libmad.a \ $(OSXOPT)/lib/libvorbisfile.a \ $(OSXOPT)/lib/libvorbis.a \ |