mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add i686-w64-mingw32 as w32 toolchain to autogen.sh.
--
This commit is contained in:
parent
75ba215ebd
commit
161ea8c822
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ if [ "$myhost" = "w32" ]; then
|
|||
;;
|
||||
*)
|
||||
[ -z "$w32root" ] && w32root="$HOME/w32root"
|
||||
toolprefixes="$w32_toolprefixes i586-mingw32msvc"
|
||||
toolprefixes="$w32_toolprefixes i686-w64-mingw32 i586-mingw32msvc"
|
||||
toolprefixes="$toolprefixes i386-mingw32msvc mingw32"
|
||||
extraoptions="--enable-gpgtar $w32_extraoptions"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue