[Scummvm-git-logs] scummvm master -> 902412241ee51ba486fbcf1038dd8a31aa2f2eb4

criezy criezy at scummvm.org
Mon Oct 4 18:29:39 UTC 2021


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:
902412241e CONFIGURE: Fix fluidsynth detection on some macOS systems


Commit: 902412241ee51ba486fbcf1038dd8a31aa2f2eb4
    https://github.com/scummvm/scummvm/commit/902412241ee51ba486fbcf1038dd8a31aa2f2eb4
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-10-04T19:28:47+01:00

Commit Message:
CONFIGURE: Fix fluidsynth detection on some macOS systems

Changed paths:
    configure


diff --git a/configure b/configure
index 29bf8af4d6..92bf10c936 100755
--- a/configure
+++ b/configure
@@ -5022,7 +5022,7 @@ case $_host_os in
 	;;
 
 	darwin*)
-		FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -framework Foundation -framework CoreMIDI -framework CoreAudio -lglib-2.0 -lintl -liconv -lreadline"
+		FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -framework Foundation -framework CoreServices -framework CoreMIDI -framework CoreAudio -framework AudioToolbox -lglib-2.0 -lintl -liconv -lreadline"
 	;;
 
 	iphone)




More information about the Scummvm-git-logs mailing list