aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Cawley2018-08-18 13:56:08 +0100
committerEugene Sandulenko2018-08-18 16:27:34 +0200
commit08314ae61f9ce4efd8ecc221b1a6aec522d82ae8 (patch)
tree791698503f42b7219aabb563e8990a842a63f949
parentc062b342b2e485382a202c34caf64185b45afeda (diff)
downloadscummvm-rg350-08314ae61f9ce4efd8ecc221b1a6aec522d82ae8.tar.gz
scummvm-rg350-08314ae61f9ce4efd8ecc221b1a6aec522d82ae8.tar.bz2
scummvm-rg350-08314ae61f9ce4efd8ecc221b1a6aec522d82ae8.zip
DREAMCAST: Fix compilation
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b70dba8093..36ab2c44e6 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