From f375fbb00a3df4fb99f14dfbb0df45c410c5cf0d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 5 Jul 2010 12:41:28 -0700 Subject: [PATCH] Make sure SDL gets installed to the correct prefix for the new cross-compiler tools. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 00c15101d..59df10bca 100644 --- a/configure.in +++ b/configure.in @@ -2420,7 +2420,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau ARCH=win32 if test "$build" != "$host"; then # cross-compiling # Default cross-compile location - ac_default_prefix=/usr/local/cross-tools/i386-mingw32 + ac_default_prefix=/usr/local/cross-tools/$host else # Look for the location of the tools and install there if test "$BUILD_PREFIX" != ""; then