Skip to content
Snippets Groups Projects
Commit 417516f6 authored by Luca Barbato's avatar Luca Barbato
Browse files

Set the correct target for mingw64 dlltool

That fixes .lib creation for the win64 target.
parent dc8b73c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment