SWITCH: Fix autodetection of iconv
This commit is contained in:
parent
3498438bcc
commit
ede3fbb701
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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__"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue