Skip to content

Commit

Permalink
Set the correct target for mingw64 dlltool
Browse files Browse the repository at this point in the history
That fixes .lib creation for the win64 target.
  • Loading branch information
lu-zero committed Mar 21, 2011
1 parent dc8b73c commit 417516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 417516f

Please sign in to comment.