[Scummvm-git-logs] scummvm master -> d16f08c1679e7ac02fc3533de37a881e0374715e

ccawley2011 noreply at scummvm.org
Sun Jun 30 20:41:21 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:
d16f08c167 3DS: Improve default build options for plugin builds


Commit: d16f08c1679e7ac02fc3533de37a881e0374715e
    https://github.com/scummvm/scummvm/commit/d16f08c1679e7ac02fc3533de37a881e0374715e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2024-06-30T21:41:05+01:00

Commit Message:
3DS: Improve default build options for plugin builds

Changed paths:
    configure


diff --git a/configure b/configure
index a0e6870f506..f1896f098ec 100755
--- a/configure
+++ b/configure
@@ -3448,6 +3448,12 @@ if test -n "$_host"; then
 	echo "Cross-compiling to $_host"
 	case "$_host" in
 		3ds)
+			if test "$_dynamic_modules" = yes ; then
+				_detection_features_static=no
+				_plugins_default=dynamic
+			else
+				_detection_features_full=no
+			fi
 			append_var DEFINES "-DDISABLE_FANCY_THEMES"
 			append_var DEFINES "-DDISABLE_HELP_STRINGS"
 			append_var DEFINES "-DDISABLE_NES_APU"




More information about the Scummvm-git-logs mailing list