[Scummvm-git-logs] scummvm master -> 434bd58e2d30cc09cfbe8ef0b9888617349db0f5

aquadran noreply at scummvm.org
Mon May 18 08:35:30 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:
434bd58e2d PS3: Setup specific PLUGIN_DIRECTORY


Commit: 434bd58e2d30cc09cfbe8ef0b9888617349db0f5
    https://github.com/scummvm/scummvm/commit/434bd58e2d30cc09cfbe8ef0b9888617349db0f5
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-05-18T10:35:15+02:00

Commit Message:
PS3: Setup specific PLUGIN_DIRECTORY

Changed paths:
    configure


diff --git a/configure b/configure
index a8e7513a4bf..84a4c6a16f2 100755
--- a/configure
+++ b/configure
@@ -7489,6 +7489,9 @@ case $_host in
 	arm-*riscos)
 		append_var DEFINES "-DPLUGIN_DIRECTORY=\\\"\${datarootdir}/plugins\\\""
 		;;
+	ps3)
+		append_var DEFINES "-DPLUGIN_DIRECTORY=\\\"$exec_prefix/plugins\\\""
+		;;
 	*)
 		append_var DEFINES "-DPLUGIN_DIRECTORY=\\\"$libdir/scummvm\\\""
 		;;




More information about the Scummvm-git-logs mailing list