[Scummvm-git-logs] scummvm master -> 51f8c458ba715775d39054edd09130ab038ec276

criezy criezy at scummvm.org
Sun Jul 2 23:29:03 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:
51f8c458ba BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth


Commit: 51f8c458ba715775d39054edd09130ab038ec276
    https://github.com/scummvm/scummvm/commit/51f8c458ba715775d39054edd09130ab038ec276
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-07-02T22:24:05+01:00

Commit Message:
BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth

Changed paths:
    ports.mk


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





More information about the Scummvm-git-logs mailing list