From ede3fbb701766230db3bba020be546494aa33f24 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 22 Sep 2019 16:26:59 +0100 Subject: SWITCH: Fix autodetection of iconv --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cb74cad983..af7389df6c 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__" -- cgit v1.2.3