Revert "Set the correct target for mingw64 dlltool"

Revert due to dlltool/lib revert
This reverts commit 417516f63f.
This commit is contained in:
Michael Niedermayer 2011-04-05 20:46:46 +02:00
parent 1f3a1fa921
commit 0c72180ea6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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