aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index 3588cfa77a..1c0a53850b 100644
--- a/ports.mk
+++ b/ports.mk
@@ -197,9 +197,11 @@ endif
# Location of static libs for the iPhone
ifneq ($(BACKEND), iphone)
+ifneq ($(BACKEND), ios7)
# Static libaries, used for the scummvm-static and iphone targets
OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs`
endif
+endif
ifdef USE_FREETYPE2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a