[Scummvm-git-logs] scummvm master -> d8f95815c5917a84517df73c95898415dac08d63
lephilousophe
noreply at scummvm.org
Wed Nov 12 19:47:22 UTC 2025
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:
d8f95815c5 AGDS: Fix build with create_project
Commit: d8f95815c5917a84517df73c95898415dac08d63
https://github.com/scummvm/scummvm/commit/d8f95815c5917a84517df73c95898415dac08d63
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-11-12T20:46:37+01:00
Commit Message:
AGDS: Fix build with create_project
The parser is a bit picky.
Changed paths:
engines/agds/module.mk
diff --git a/engines/agds/module.mk b/engines/agds/module.mk
index 1b46d85d404..db6d61379ed 100644
--- a/engines/agds/module.mk
+++ b/engines/agds/module.mk
@@ -32,5 +32,4 @@ endif
include $(srcdir)/rules.mk
# Detection objects
-DETECT_OBJS += \
- $(MODULE)/detection.o
+DETECT_OBJS += $(MODULE)/detection.o
More information about the Scummvm-git-logs
mailing list