[Scummvm-git-logs] scummvm master -> de5b118fe5fa2e2f9f6102fc54ffed3a8976ac2e
sev-
noreply at scummvm.org
Sun Dec 29 00:10:56 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:
de5b118fe5 AUDIO: MT32: Force MT32 rebuild after configure is run
Commit: de5b118fe5fa2e2f9f6102fc54ffed3a8976ac2e
https://github.com/scummvm/scummvm/commit/de5b118fe5fa2e2f9f6102fc54ffed3a8976ac2e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-12-29T01:10:52+01:00
Commit Message:
AUDIO: MT32: Force MT32 rebuild after configure is run
When configuration flags are changed (ASan enabling for example), force
rebuild the MT32 objects.
They were not rebuild because not depending on config.h
Changed paths:
audio/softsynth/mt32/module.mk
diff --git a/audio/softsynth/mt32/module.mk b/audio/softsynth/mt32/module.mk
index 3c17650f046..b497d03e64c 100644
--- a/audio/softsynth/mt32/module.mk
+++ b/audio/softsynth/mt32/module.mk
@@ -32,3 +32,6 @@ MODULE_OBJS := \
# Include common rules
include $(srcdir)/rules.mk
+
+# Force rebuild when configuration changed
+$(MODULE_OBJS-$(MODULE)): %.o: config.mk
More information about the Scummvm-git-logs
mailing list