aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authoruruk2014-02-16 15:24:28 +0100
committeruruk2014-02-16 15:24:28 +0100
commit9b51c60beb44a3bab6dc51dc53c10dddecc58299 (patch)
tree64930e0cceed7fe9ee7227055efb9ae3a7fd03ec /ports.mk
parent58296158200ae9dd441dbb7f77d8299649c94098 (diff)
parent8df46608ad3f56012163b2e4e19d748bb187466d (diff)
downloadscummvm-rg350-9b51c60beb44a3bab6dc51dc53c10dddecc58299.tar.gz
scummvm-rg350-9b51c60beb44a3bab6dc51dc53c10dddecc58299.tar.bz2
scummvm-rg350-9b51c60beb44a3bab6dc51dc53c10dddecc58299.zip
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'ports.mk')
-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 += \