[Scummvm-git-logs] scummvm master -> 4ce51573768fdba6dbc897563b93794ade2ea803

digitall 547637+digitall at users.noreply.github.com
Thu Nov 21 11:34:17 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:
4ce5157376 POSIX: Fix Compilation Linker Error


Commit: 4ce51573768fdba6dbc897563b93794ade2ea803
    https://github.com/scummvm/scummvm/commit/4ce51573768fdba6dbc897563b93794ade2ea803
Author: D G Turner (digitall at scummvm.org)
Date: 2019-11-21T11:30:29Z

Commit Message:
POSIX: Fix Compilation Linker Error

There was a duplicated object inclusion in the module makefile defines.

Changed paths:
    backends/module.mk


diff --git a/backends/module.mk b/backends/module.mk
index 924164c..a462cd9 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -163,7 +163,6 @@ ifdef POSIX
 MODULE_OBJS += \
 	fs/posix/posix-fs.o \
 	fs/posix/posix-fs-factory.o \
-	fs/posix/posix-fs-factory.o \
 	fs/posix/posix-iostream.o \
 	fs/posix-drives/posix-drives-fs.o \
 	fs/posix-drives/posix-drives-fs-factory.o \




More information about the Scummvm-git-logs mailing list