aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorVincent Bénony2015-12-07 16:08:30 +0100
committerVincent Bénony2016-01-06 16:17:35 +0100
commitcc4ab22239bd89cc0fc5a8e18e15de885e0cfe49 (patch)
tree90db0573076d02704166eecf0154666bf00fc9f4 /ports.mk
parente9378ccf3e07fc564daafd5099f95439d7b612a3 (diff)
downloadscummvm-rg350-cc4ab22239bd89cc0fc5a8e18e15de885e0cfe49.tar.gz
scummvm-rg350-cc4ab22239bd89cc0fc5a8e18e15de885e0cfe49.tar.bz2
scummvm-rg350-cc4ab22239bd89cc0fc5a8e18e15de885e0cfe49.zip
IOS: Fixes a small issue while compiling iOS 7 bundle
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