aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorThierry Crozat2017-07-02 22:24:05 +0100
committerThierry Crozat2017-07-02 22:24:05 +0100
commit51f8c458ba715775d39054edd09130ab038ec276 (patch)
treeb701b5ae6e9b1362aeeaed30b4e76e9869549fe4 /ports.mk
parentab8b5273efbcccd66ebefd310bad0dcd5f826154 (diff)
downloadscummvm-rg350-51f8c458ba715775d39054edd09130ab038ec276.tar.gz
scummvm-rg350-51f8c458ba715775d39054edd09130ab038ec276.tar.bz2
scummvm-rg350-51f8c458ba715775d39054edd09130ab038ec276.zip
BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index a98268bb34..197f807458 100644
--- a/ports.mk
+++ b/ports.mk
@@ -320,6 +320,7 @@ 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