aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index f3e6935935..19b210e3d8 100644
--- a/ports.mk
+++ b/ports.mk
@@ -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)