[Scummvm-git-logs] scummvm master -> 0ccc8c96e707145494140d652d6b56c96e1eb769
lephilousophe
noreply at scummvm.org
Sun Oct 12 15:32:17 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:
0ccc8c96e7 Revert "3DS: Fix library link order"
Commit: 0ccc8c96e707145494140d652d6b56c96e1eb769
https://github.com/scummvm/scummvm/commit/0ccc8c96e707145494140d652d6b56c96e1eb769
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-10-12T17:31:34+02:00
Commit Message:
Revert "3DS: Fix library link order"
This reverts commit f068e74fe59d829d35fe4a9df6c0ac9107034bd8.
It breaks libraries detection in configure.
Changed paths:
configure
diff --git a/configure b/configure
index df0dc22b5c9..ee66ec7a4de 100755
--- a/configure
+++ b/configure
@@ -2908,8 +2908,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"
- append_var LIBS "-lcitro3d -lctru"
+ append_var LDFLAGS "-specs=3dsx.specs -lctru"
+ append_var LIBS "-lcitro3d"
;;
amigaos*)
_port_mk="backends/platform/sdl/amigaos/amigaos.mk"
More information about the Scummvm-git-logs
mailing list