summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-05 20:46:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-06 01:09:04 +0200
commit0c72180ea660e2d1de71d8d03445e014d48b7e52 (patch)
tree64fb91e895184329056f77f5c0c4e896adf0310a /configure
parent1f3a1fa92110f5e6c02674122bba126feb049f26 (diff)
Revert "Set the correct target for mingw64 dlltool"
Revert due to dlltool/lib revert This reverts commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ba1dcb79ec..9a862216f8 100755
--- a/configure
+++ b/configure
@@ -2429,7 +2429,7 @@ case $target_os in
LIBTARGET=i386
if enabled x86_64; then
enable malloc_aligned
- LIBTARGET="i386:x86-64"
+ LIBTARGET=x64
elif enabled arm; then
LIBTARGET=arm-wince
fi