SWITCH: Fix autodetection of iconv

This commit is contained in:
Cameron Cawley 2019-09-22 16:26:59 +01:00 committed by Eugene Sandulenko
parent 3498438bcc
commit ede3fbb701

2
configure vendored
View File

@ -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__"