Commit 0fea6563 authored by Rafaël Carré's avatar Rafaël Carré

fix OSX architecture detection for i386

parent ebeb2b40
......@@ -126,7 +126,7 @@ case "${host_os}" in
dnl Force gcc "-arch" flag
ARCH_flag=""
case "${host}" in
i386*)
i?86*)
ARCH_flag="-arch i386"
;;
ppc64*)
......
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