aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-11-16 15:03:12 +0000
committerWerner Koch <[email protected]>2012-11-16 15:03:12 +0000
commit0028af795ca00ded55cdab741df6d2a3ce56b92c (patch)
treec18b12b997667c63defa1fc445c5f9d38aab5907
parentUpdate to libtool 2.4.2. (diff)
downloadlibgpg-error-0028af795ca00ded55cdab741df6d2a3ce56b92c.tar.gz
libgpg-error-0028af795ca00ded55cdab741df6d2a3ce56b92c.zip
Support mingw64 toolchain.
--
-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