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 f0b50ce commit 32a0dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -11071,7 +11071,7 @@ case "$host" in
EXE=".exe"
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 32a0dd2

Please sign in to comment.