[Scummvm-git-logs] scummvm master -> 8ed43f8da2c9883cbac771319ad50e9cc74c52e2
rsn8887
rsn8887 at users.noreply.github.com
Fri Nov 6 18:38:03 UTC 2020
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:
8ed43f8da2 CONFIGURE: fix fluidsynth detection for psp2
Commit: 8ed43f8da2c9883cbac771319ad50e9cc74c52e2
https://github.com/scummvm/scummvm/commit/8ed43f8da2c9883cbac771319ad50e9cc74c52e2
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-11-06T12:35:59-06:00
Commit Message:
CONFIGURE: fix fluidsynth detection for psp2
Changed paths:
configure
diff --git a/configure b/configure
index 020a3f97c5..1b646b3309 100755
--- a/configure
+++ b/configure
@@ -5004,6 +5004,10 @@ case $_host_os in
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lnx"
;;
+ psp2)
+ FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lpthread"
+ ;;
+
*)
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv"
;;
More information about the Scummvm-git-logs
mailing list