From 41f32c209baa2e4f75bf255eaee071ef41cd176e Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 3 Jul 2017 18:31:12 +0100 Subject: BUILD: Do not link iOS static builds with AudioUnit framework --- ports.mk | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3