aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-12 22:44:59 +0100
committerJohannes Schickel2016-01-12 22:45:41 +0100
commit7bad8f780e7f0bf89a80d6b1bdaa9be34787eca2 (patch)
tree1222b87defe17e54c5dcd9bc6a21dc2c6aaa1bc5 /ports.mk
parent90354bf8e1aad6b06c41cb38b5f73e4ff2d6afbf (diff)
downloadscummvm-rg350-7bad8f780e7f0bf89a80d6b1bdaa9be34787eca2.tar.gz
scummvm-rg350-7bad8f780e7f0bf89a80d6b1bdaa9be34787eca2.tar.bz2
scummvm-rg350-7bad8f780e7f0bf89a80d6b1bdaa9be34787eca2.zip
BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index 03dbffe19b..df0f3cfa41 100644
--- a/ports.mk
+++ b/ports.mk
@@ -247,8 +247,10 @@ endif
ifdef USE_FLUIDSYNTH
OSX_STATIC_LIBS += \
- -framework CoreAudio \
- $(STATICLIBPATH)/lib/libfluidsynth.a
+ -liconv -framework CoreMIDI \
+ $(STATICLIBPATH)/lib/libfluidsynth.a \
+ $(STATICLIBPATH)/lib/libglib-2.0.a \
+ $(STATICLIBPATH)/lib/libintl.a
endif
ifdef USE_MAD