Commit 03537c73 authored by Sam Lantinga's avatar Sam Lantinga

Update default cross-compile install prefix for the latest mingw toolchain

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402510
parent 04195088
...@@ -2373,7 +2373,7 @@ case "$host" in ...@@ -2373,7 +2373,7 @@ case "$host" in
ARCH=win32 ARCH=win32
if test "$build" != "$host"; then # cross-compiling if test "$build" != "$host"; then # cross-compiling
# Default cross-compile location # Default cross-compile location
ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc ac_default_prefix=/usr/local/cross-tools/i386-mingw32
else else
# Look for the location of the tools and install there # Look for the location of the tools and install there
if test "$BUILD_PREFIX" != ""; then if test "$BUILD_PREFIX" != ""; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment