aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2018-11-21 15:42:32 +0000
committerDavid Turner2018-11-21 15:45:01 +0000
commitc9a8ee019073a6fb0501f404d63631530716b498 (patch)
tree5b61187d633f48817e672d42a4c27ffb613dbb2b /configure
parent84b91c17975446f43205cd057a5b1d7e0858e761 (diff)
downloadscummvm-rg350-c9a8ee019073a6fb0501f404d63631530716b498.tar.gz
scummvm-rg350-c9a8ee019073a6fb0501f404d63631530716b498.tar.bz2
scummvm-rg350-c9a8ee019073a6fb0501f404d63631530716b498.zip
3DS: Fix compilation of the test runner
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5c13971e2d..c833b87706 100755
--- a/configure
+++ b/configure
@@ -2442,6 +2442,7 @@ case $_host_os in
else
append_var LDFLAGS "-Wl,--no-gc-sections"
fi
+ append_var LDFLAGS "-L$DEVKITPRO/libctru/lib"
append_var LDFLAGS "-L$DEVKITPRO/portlibs/3ds/lib"
append_var LIBS "-lcitro3d -lctru"
;;