diff options
author | Cameron Cawley | 2018-11-21 15:42:32 +0000 |
---|---|---|
committer | David Turner | 2018-11-21 15:45:01 +0000 |
commit | c9a8ee019073a6fb0501f404d63631530716b498 (patch) | |
tree | 5b61187d633f48817e672d42a4c27ffb613dbb2b /configure | |
parent | 84b91c17975446f43205cd057a5b1d7e0858e761 (diff) | |
download | scummvm-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ;; |