diff options
author | Cameron Cawley | 2019-09-22 16:26:59 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-22 18:10:03 +0200 |
commit | ede3fbb701766230db3bba020be546494aa33f24 (patch) | |
tree | f4c250f9aa0d666b861111ed33cb3645933ada6a /configure | |
parent | 3498438bccb70572ce2afbf4ac364daf4d1b54e6 (diff) | |
download | scummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.tar.gz scummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.tar.bz2 scummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.zip |
SWITCH: Fix autodetection of iconv
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__" |