[Scummvm-git-logs] scummvm master -> c9a8ee019073a6fb0501f404d63631530716b498
digitall
dgturner at iee.org
Wed Nov 21 16:45:06 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c9a8ee0190 3DS: Fix compilation of the test runner
Commit: c9a8ee019073a6fb0501f404d63631530716b498
https://github.com/scummvm/scummvm/commit/c9a8ee019073a6fb0501f404d63631530716b498
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2018-11-21T15:45:01Z
Commit Message:
3DS: Fix compilation of the test runner
Changed paths:
configure
diff --git a/configure b/configure
index 5c13971..c833b87 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"
;;
More information about the Scummvm-git-logs
mailing list