aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-16 04:18:07 +0100
committerJohannes Schickel2014-02-16 04:18:07 +0100
commit553843a2b52f27fcfe431253cb4f86afc1680e2e (patch)
tree62224931e710e7d46582916124d308776007e21d
parent9f4628c2ef6dcc08cc11eba0e68ef2da6e75688a (diff)
downloadscummvm-rg350-553843a2b52f27fcfe431253cb4f86afc1680e2e.tar.gz
scummvm-rg350-553843a2b52f27fcfe431253cb4f86afc1680e2e.tar.bz2
scummvm-rg350-553843a2b52f27fcfe431253cb4f86afc1680e2e.zip
IPHONE: Allow FreeType2 support.
This moves the static library handling for USE_FREETYPE2 outside a block which is not executed for the iPhone backend.
-rw-r--r--ports.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index e432c8c65f..306e0f046b 100644
--- a/ports.mk
+++ b/ports.mk
@@ -97,10 +97,11 @@ endif
ifneq ($(BACKEND), iphone)
# Static libaries, used for the scummvm-static and iphone targets
OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs`
+endif
+
ifdef USE_FREETYPE2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a
endif
-endif
ifdef USE_VORBIS
OSX_STATIC_LIBS += \