[Scummvm-git-logs] scummvm master -> aff46219ef5189da48bf13838b5d4b6885d21a03
bgK
bastien.bouclet at gmail.com
Fri Nov 22 17:44:45 UTC 2019
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:
aff46219ef POSIX: Fix PSP2 and PS3 build
Commit: aff46219ef5189da48bf13838b5d4b6885d21a03
https://github.com/scummvm/scummvm/commit/aff46219ef5189da48bf13838b5d4b6885d21a03
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-11-22T18:43:29+01:00
Commit Message:
POSIX: Fix PSP2 and PS3 build
Changed paths:
backends/module.mk
diff --git a/backends/module.mk b/backends/module.mk
index a462cd9..394ccb8 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -246,6 +246,7 @@ ifdef PLAYSTATION3
MODULE_OBJS += \
fs/posix/posix-fs.o \
fs/posix/posix-fs-factory.o \
+ fs/posix/posix-iostream.o \
fs/ps3/ps3-fs-factory.o \
events/ps3sdl/ps3sdl-events.o
endif
@@ -323,6 +324,7 @@ endif
ifeq ($(BACKEND),psp2)
MODULE_OBJS += \
fs/posix/posix-fs.o \
+ fs/posix/posix-iostream.o \
fs/psp2/psp2-fs-factory.o \
fs/psp2/psp2-dirent.o \
events/psp2sdl/psp2sdl-events.o \
More information about the Scummvm-git-logs
mailing list