aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2005-10-14 11:24:46 +0000
committerMax Horn2005-10-14 11:24:46 +0000
commitc75dfc3f05ef3210eb7e5f29306cfd8f42623b06 (patch)
treed2bb7e8f6b29eb81e7bf1bc3555dce6b766b3ded /Makefile
parent17e889020040fb78e072ebb24bd38603ad6122d8 (diff)
downloadscummvm-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de6f1cea06..48d2626bf8 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \