Commit beb3dbfb authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

fix OSX architecture detection for i386

(cherry picked from commit 0fea656392deea18a30da3a76ff8141c58dd1a09)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 360e71f7
...@@ -135,7 +135,7 @@ case "${host_os}" in ...@@ -135,7 +135,7 @@ case "${host_os}" in
dnl Force gcc "-arch" flag dnl Force gcc "-arch" flag
ARCH_flag="" ARCH_flag=""
case "${host}" in case "${host}" in
i386*) i?86*)
ARCH_flag="-arch i386" ARCH_flag="-arch i386"
;; ;;
ppc64*) 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