[Scummvm-git-logs] scummvm branch-2-6 -> 153a9112e1e9f3bfe1d698e7633bd9048aeb3d0a
sev-
noreply at scummvm.org
Wed Jul 13 16:19:26 UTC 2022
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:
153a9112e1 AMIGAOS: Revert dynamic detection features
Commit: 153a9112e1e9f3bfe1d698e7633bd9048aeb3d0a
https://github.com/scummvm/scummvm/commit/153a9112e1e9f3bfe1d698e7633bd9048aeb3d0a
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-07-13T18:19:16+02:00
Commit Message:
AMIGAOS: Revert dynamic detection features
Changed paths:
configure
diff --git a/configure b/configure
index 003fd9182bd..9cd3a39e3eb 100755
--- a/configure
+++ b/configure
@@ -2599,8 +2599,9 @@ case $_host_os in
define_in_config_if_yes "$_debug_build" 'DEBUG_BUILD'
fi
# When building dynamic, add everything possible as plugin
+ # except detection_features (see bug #13603)
if test "$_dynamic_modules" = yes ; then
- _detection_features_static=no
+ _detection_features_static=yes
_plugins_default=dynamic
fi
# Use 'long' for ScummVM's 4 byte typedef, because AmigaOS
More information about the Scummvm-git-logs
mailing list