diff options
author | Werner Koch <[email protected]> | 2012-11-16 15:03:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-11-16 15:03:12 +0000 |
commit | 0028af795ca00ded55cdab741df6d2a3ce56b92c (patch) | |
tree | c18b12b997667c63defa1fc445c5f9d38aab5907 | |
parent | Update to libtool 2.4.2. (diff) | |
download | libgpg-error-0028af795ca00ded55cdab741df6d2a3ce56b92c.tar.gz libgpg-error-0028af795ca00ded55cdab741df6d2a3ce56b92c.zip |
Support mingw64 toolchain.
--
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |