diff options
| author | Johannes Schickel | 2014-02-16 04:18:07 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2014-02-16 04:18:07 +0100 |
| commit | 553843a2b52f27fcfe431253cb4f86afc1680e2e (patch) | |
| tree | 62224931e710e7d46582916124d308776007e21d | |
| parent | 9f4628c2ef6dcc08cc11eba0e68ef2da6e75688a (diff) | |
| download | scummvm-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.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 += \ |
