diff options
author | uruk | 2014-02-16 15:24:28 +0100 |
---|---|---|
committer | uruk | 2014-02-16 15:24:28 +0100 |
commit | 9b51c60beb44a3bab6dc51dc53c10dddecc58299 (patch) | |
tree | 64930e0cceed7fe9ee7227055efb9ae3a7fd03ec /ports.mk | |
parent | 58296158200ae9dd441dbb7f77d8299649c94098 (diff) | |
parent | 8df46608ad3f56012163b2e4e19d748bb187466d (diff) | |
download | scummvm-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.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 += \ |