mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
SWITCH: Fix autodetection of iconv
This commit is contained in:
parent
3498438bcc
commit
ede3fbb701
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…
Reference in New Issue
Block a user