aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2019-09-22 16:26:59 +0100
committerEugene Sandulenko2019-09-22 18:10:03 +0200
commitede3fbb701766230db3bba020be546494aa33f24 (patch)
treef4c250f9aa0d666b861111ed33cb3645933ada6a /configure
parent3498438bccb70572ce2afbf4ac364daf4d1b54e6 (diff)
downloadscummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.tar.gz
scummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.tar.bz2
scummvm-rg350-ede3fbb701766230db3bba020be546494aa33f24.zip
SWITCH: Fix autodetection of iconv
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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__"