diff --git a/configure b/configure index 14f00bce8e..a1afb0d0c1 100755 --- a/configure +++ b/configure @@ -2206,7 +2206,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