From 417516f63f8a9ee214ee9fa6fcb483962ea0f096 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Mon, 21 Mar 2011 20:22:51 +0100
Subject: [PATCH] Set the correct target for mingw64 dlltool

That fixes .lib creation for the win64 target.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 4fd71cd8f65..a2ad321e34c 100755
--- a/configure
+++ b/configure
@@ -2405,7 +2405,7 @@ case $target_os in
         LIBTARGET=i386
         if enabled x86_64; then
             enable malloc_aligned
-            LIBTARGET=x64
+            LIBTARGET="i386:x86-64"
         elif enabled arm; then
             LIBTARGET=arm
         fi
-- 
GitLab