[Scummvm-git-logs] scummvm master -> 08314ae61f9ce4efd8ecc221b1a6aec522d82ae8

sev- sev at scummvm.org
Sat Aug 18 16:27:37 CEST 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:
08314ae61f DREAMCAST: Fix compilation


Commit: 08314ae61f9ce4efd8ecc221b1a6aec522d82ae8
    https://github.com/scummvm/scummvm/commit/08314ae61f9ce4efd8ecc221b1a6aec522d82ae8
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2018-08-18T16:27:34+02:00

Commit Message:
DREAMCAST: Fix compilation

Changed paths:
    configure


diff --git a/configure b/configure
index b70dba8..36ab2c4 100755
--- a/configure
+++ b/configure
@@ -3420,8 +3420,10 @@ case $_backend in
 		;;
 	dc)
 		append_var INCLUDES '-I$(srcdir)/backends/platform/dc'
+		append_var INCLUDES "-isystem $RONINDIR/include"
 		append_var LDFLAGS "-Wl,-Ttext,0x8c010000"
 		append_var LDFLAGS "-nostartfiles"
+		append_var LDFLAGS "-L$RONINDIR/lib"
 		append_var LIBS "$RONINDIR/lib/crt0.o"
 		# Enable serial debugging output only when --enable-debug is passed
 		if test "$_release_build" = yes -o "$_debug_build" != yes; then





More information about the Scummvm-git-logs mailing list