Commit 15c5156d authored by Martin Storsjö's avatar Martin Storsjö Committed by Luca Barbato

configure: Set the correct lib target for arm/wince dlltool

The correct machine name for dlltool is arm-wince.
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent a96c176a
......@@ -2407,7 +2407,7 @@ case $target_os in
enable malloc_aligned
LIBTARGET="i386:x86-64"
elif enabled arm; then
LIBTARGET=arm
LIBTARGET=arm-wince
fi
shlibdir_default="$bindir_default"
disable ffserver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment