mac os x installers: fixed adding powerpc units to the intel snapshots

git-svn-id: trunk@16926 -
This commit is contained in:
vincents 2008-10-08 10:56:44 +00:00
parent 2c95088959
commit 26db7f8014

View File

@ -10,6 +10,7 @@ PPCARCH=ppcppc
ARCH=`uname -p`
if [ "$ARCH" = "i386" ]; then
PPCARCH=ppc386
export CROSSCOMPILER=~/fpc/bin/ppcppc
fi
SVN=`which svn`