[Scummvm-git-logs] scummvm master -> bce07435c1fa665bc2e5928694f38e1b2bb9cccb

rsn8887 noreply at scummvm.org
Wed Feb 21 22:58:45 UTC 2024


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:
bce07435c1 BACKENDS: (PSP) Include plugins when building psp_release


Commit: bce07435c1fa665bc2e5928694f38e1b2bb9cccb
    https://github.com/scummvm/scummvm/commit/bce07435c1fa665bc2e5928694f38e1b2bb9cccb
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2024-02-21T16:58:13-06:00

Commit Message:
BACKENDS: (PSP) Include plugins when building psp_release

Changed paths:
    backends/platform/psp/psp.mk


diff --git a/backends/platform/psp/psp.mk b/backends/platform/psp/psp.mk
index 0d8ac34abe8..ae53f0ddc98 100644
--- a/backends/platform/psp/psp.mk
+++ b/backends/platform/psp/psp.mk
@@ -36,7 +36,7 @@ pack_pbp: psp_fixup_elf $(PSP_EBOOT_SFO)
 	$(PSP_EXE_STRIPPED) \
 	NULL
 
-psp_release: pack_pbp
+psp_release: pack_pbp $(PLUGINS)
 	rm -rf ./psp_release
 	mkdir -p ./psp_release/scummvm/doc
 	cp $(PSP_EBOOT) ./psp_release/scummvm/




More information about the Scummvm-git-logs mailing list