aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorThierry Crozat2017-07-03 18:31:12 +0100
committerThierry Crozat2017-07-03 18:31:43 +0100
commit41f32c209baa2e4f75bf255eaee071ef41cd176e (patch)
treeae07350899661e6f13052ad52687e6e02d150ad7 /ports.mk
parented063c6f452e75c5596d22c83089d8af6c3d2479 (diff)
downloadscummvm-rg350-41f32c209baa2e4f75bf255eaee071ef41cd176e.tar.gz
scummvm-rg350-41f32c209baa2e4f75bf255eaee071ef41cd176e.tar.bz2
scummvm-rg350-41f32c209baa2e4f75bf255eaee071ef41cd176e.zip
BUILD: Do not link iOS static builds with AudioUnit framework
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index 197f807458..3511002b28 100644
--- a/ports.mk
+++ b/ports.mk
@@ -320,14 +320,13 @@ endif
ifdef USE_FLUIDSYNTH
OSX_STATIC_LIBS += \
-liconv -framework CoreMIDI -framework CoreAudio\
- -framework AudioUnit \
$(STATICLIBPATH)/lib/libfluidsynth.a \
$(STATICLIBPATH)/lib/libglib-2.0.a \
$(STATICLIBPATH)/lib/libintl.a
ifneq ($(BACKEND), iphone)
ifneq ($(BACKEND), ios7)
-OSX_STATIC_LIBS += -lreadline
+OSX_STATIC_LIBS += -lreadline -framework AudioUnit
endif
endif
endif