We're now statically linking in zlib, for static osx builds

svn-id: r39539
This commit is contained in:
Oystein Eftevaag 2009-03-19 21:17:44 +00:00
parent 4367d1c184
commit 21e35c4f67

View file

@ -107,8 +107,7 @@ scummvm-static: $(OBJS)
$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o scummvm-static $(OBJS) \
-framework CoreMIDI \
$(OSX_STATIC_LIBS) \
-lSystemStubs \
-lz
-lSystemStubs
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)