mirror of
https://github.com/yawut/SDL.git
synced 2026-03-28 20:54:32 -05:00
Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
This commit is contained in:
parent
280d468210
commit
283fbbba2b
|
|
@ -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…
Reference in New Issue
Block a user