From 79e0cbae33350437c30c65a1e2c2c8b41ef92c62 Mon Sep 17 00:00:00 2001 From: Luca Barbato 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. (cherry picked from commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096) Signed-off-by: Reinhard Tartler --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 14f00bce8e..a1afb0d0c1 100755 --- a/configure +++ b/configure @@ -2206,7 +2206,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