aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorPaweł Kołodziejski2012-03-21 06:36:40 +0100
committerPaweł Kołodziejski2012-03-21 06:36:40 +0100
commitfb3ac5a5ec9f5bc95372db97b9d4fc2f8327c8c4 (patch)
tree7b40aa99d1a065304035b90925bce0da84a81527 /ports.mk
parent3c3576a224b92c703b4e8ea20008ac8a069980dd (diff)
downloadscummvm-rg350-fb3ac5a5ec9f5bc95372db97b9d4fc2f8327c8c4.tar.gz
scummvm-rg350-fb3ac5a5ec9f5bc95372db97b9d4fc2f8327c8c4.tar.bz2
scummvm-rg350-fb3ac5a5ec9f5bc95372db97b9d4fc2f8327c8c4.zip
OSX: allow make bundle with static freetype2 library
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index 419b91581a..40a2972ed5 100644
--- a/ports.mk
+++ b/ports.mk
@@ -76,6 +76,9 @@ endif
ifneq ($(BACKEND), iphone)
# Static libaries, used for the scummvm-static and iphone targets
OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs`
+ifdef USE_FREETYPE2
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a
+endif
endif
ifdef USE_VORBIS