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

lephilousophe lephilousophe at users.noreply.github.com
Mon Jan 18 20:27:09 UTC 2021


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:
c7d6d8251f SWITCH: Put spec file in LDFLAGS instead of LIBS


Commit: c7d6d8251f8f517602cc0f0bbc3dd0bbbb569b7a
    https://github.com/scummvm/scummvm/commit/c7d6d8251f8f517602cc0f0bbc3dd0bbbb569b7a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-01-18T21:25:27+01:00

Commit Message:
SWITCH: Put spec file in LDFLAGS instead of LIBS

This ensures it is used on every check (cf PR #2716)

Changed paths:
    configure


diff --git a/configure b/configure
index 1c11c962d4..ceea25ce38 100755
--- a/configure
+++ b/configure
@@ -3204,7 +3204,7 @@ EOF
 		append_var CXXFLAGS "-ffunction-sections -fdata-sections"
 		append_var CXXFLAGS "-I$DEVKITPRO/libnx/include -I$DEVKITPRO/portlibs/switch/include"
 		append_var LDFLAGS "-L$DEVKITPRO/libnx/lib -L$DEVKITPRO/portlibs/switch/lib"
-		append_var LIBS "-specs=$DEVKITPRO/libnx/switch.specs"
+		append_var LDFLAGS "-specs=$DEVKITPRO/libnx/switch.specs"
 		add_line_to_config_mk 'SWITCH = 1'
 		if test "$_debug_build" = yes; then
 			append_var DEFINES "-D__SWITCH_DEBUG__"




More information about the Scummvm-git-logs mailing list