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

ccawley2011 noreply at scummvm.org
Thu Sep 11 23:17:14 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:
f068e74fe5 3DS: Fix library link order


Commit: f068e74fe59d829d35fe4a9df6c0ac9107034bd8
    https://github.com/scummvm/scummvm/commit/f068e74fe59d829d35fe4a9df6c0ac9107034bd8
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2025-09-12T00:16:59+01:00

Commit Message:
3DS: Fix library link order

Changed paths:
    configure


diff --git a/configure b/configure
index b98a774d5cf..50ee75a0e49 100755
--- a/configure
+++ b/configure
@@ -2900,8 +2900,8 @@ case $_host_os in
 		append_var LDFLAGS "-march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft"
 		append_var LDFLAGS "-L$DEVKITPRO/libctru/lib"
 		append_var LDFLAGS "-L$DEVKITPRO/portlibs/3ds/lib"
-		append_var LDFLAGS "-specs=3dsx.specs -lctru"
-		append_var LIBS "-lcitro3d"
+		append_var LDFLAGS "-specs=3dsx.specs"
+		append_var LIBS "-lcitro3d -lctru"
 		;;
 	amigaos*)
 		_port_mk="backends/platform/sdl/amigaos/amigaos.mk"




More information about the Scummvm-git-logs mailing list