summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-11-16 16:03:12 +0100
committerWerner Koch <wk@gnupg.org>2012-11-16 16:03:12 +0100
commit0028af795ca00ded55cdab741df6d2a3ce56b92c (patch)
treec18b12b997667c63defa1fc445c5f9d38aab5907 /autogen.sh
parent6971fe55fb76f3c93058ebdef37dc179dff5d651 (diff)
downloadlibgpg-error-0028af795ca00ded55cdab741df6d2a3ce56b92c.tar.gz
Support mingw64 toolchain.
--
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