summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bf2c490..db26c7f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -103,7 +103,7 @@ if [ "$myhost" = "w32" ]; then
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"
- toolprefixes="i586-mingw32msvc i386-mingw32msvc"
+ toolprefixes="i586-mingw32msvc i386-mingw32msvc i686-w64-mingw32"
;;
esac
echo "Using $w32root as standard install directory" >&2