From 51f8c458ba715775d39054edd09130ab038ec276 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 2 Jul 2017 22:24:05 +0100 Subject: BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth --- ports.mk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3