Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
This commit is contained in:
parent
7ea6ef0d5a
commit
feac47e6de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue