[Scummvm-git-logs] scummvm master -> 41f32c209baa2e4f75bf255eaee071ef41cd176e

criezy criezy at scummvm.org
Mon Jul 3 19:35:52 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
41f32c209b BUILD: Do not link iOS static builds with AudioUnit framework


Commit: 41f32c209baa2e4f75bf255eaee071ef41cd176e
    https://github.com/scummvm/scummvm/commit/41f32c209baa2e4f75bf255eaee071ef41cd176e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-07-03T18:31:43+01:00

Commit Message:
BUILD: Do not link iOS static builds with AudioUnit framework

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 197f807..3511002 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





More information about the Scummvm-git-logs mailing list