3DS: Fix compilation of the test runner

This commit is contained in:
Cameron Cawley 2018-11-21 15:42:32 +00:00 committed by David Turner
parent 84b91c1797
commit c9a8ee0190

1
configure vendored
View File

@ -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"
;;