[Scummvm-git-logs] scummvm master -> 73e183e9a7719a74c3e4d0650c75e016f779b669

criezy noreply at scummvm.org
Mon Feb 2 21:21:01 UTC 2026


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

Summary:
73e183e9a7 CONFIGURE: IOS: Add missing link with AVFoundation framework


Commit: 73e183e9a7719a74c3e4d0650c75e016f779b669
    https://github.com/scummvm/scummvm/commit/73e183e9a7719a74c3e4d0650c75e016f779b669
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2026-02-02T21:20:08Z

Commit Message:
CONFIGURE: IOS: Add missing link with AVFoundation framework

Changed paths:
    configure


diff --git a/configure b/configure
index 5795a2dc3fd..b0bf57bb5d9 100755
--- a/configure
+++ b/configure
@@ -7291,6 +7291,7 @@ else
 	iphoneos)
 		echo "ios (AVSpeechSynthesizer)"
 		_tts=yes
+		append_var LIBS "-framework AVFoundation"
 		;;
 	emscripten)
 		echo "Web Speech API"




More information about the Scummvm-git-logs mailing list