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

sev- sev at scummvm.org
Sun Sep 22 18:10:06 CEST 2019


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:
ede3fbb701 SWITCH: Fix autodetection of iconv


Commit: ede3fbb701766230db3bba020be546494aa33f24
    https://github.com/scummvm/scummvm/commit/ede3fbb701766230db3bba020be546494aa33f24
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-09-22T18:10:03+02:00

Commit Message:
SWITCH: Fix autodetection of iconv

Changed paths:
    configure


diff --git a/configure b/configure
index cb74cad..af7389d 100755
--- a/configure
+++ b/configure
@@ -2950,7 +2950,7 @@ case $_host_os in
 		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 LDFLAGS "-specs=$DEVKITPRO/libnx/switch.specs"
+		append_var LIBS "-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