mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-01 07:30:27 +00:00
Fixing MacOSX UI build on 10.4 PPC.
This commit is contained in:
parent
ac0b8e0240
commit
253904f6a5
@ -744,7 +744,7 @@ fi
|
||||
|
||||
dnl Universal binaries
|
||||
if [[ -z "$WANT_UNIVERSAL" ]]; then
|
||||
WANT_UNIVERSAL=`echo $target_cpu | sed -e 's/i.86/i386/'`
|
||||
WANT_UNIVERSAL=`echo $target_cpu | sed -e 's/i.86/i386/' | sed -e 's/powerpc/ppc/'`
|
||||
fi
|
||||
AC_SUBST(TARGET_ARCHES, [$WANT_UNIVERSAL])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user