Navigation Menu

Skip to content

Commit

Permalink
Updated cross-compile install location
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 2, 2014
1 parent bd626bf commit 442a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -65,7 +65,7 @@ case "$host" in
*-*-cygwin* | *-*-mingw32*)
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
Expand Down

0 comments on commit 442a6a9

Please sign in to comment.