MACOSX: Remove -lSystemStubs from the link for scummvm-static

This should fix bug #3407662: SystemStubs library no longer available
on 10.7. I tested compilation on 10.6 and there is no link error after
removing it. Hopefully it will work on older systems as well.
This commit is contained in:
Thierry Crozat 2011-10-04 00:34:42 +01:00
parent a9d692a2b3
commit f83b53ad6b

View File

@ -129,8 +129,7 @@ scummvm-static: $(OBJS)
-framework CoreMIDI \
$(OSX_STATIC_LIBS) \
$(OSX_ZLIB) \
$(OSX_ICONV) \
-lSystemStubs
$(OSX_ICONV)
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)