From 26db7f801452a5645cfa24bb1dda0bf66f1c2baf Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 8 Oct 2008 10:56:44 +0000 Subject: [PATCH] mac os x installers: fixed adding powerpc units to the intel snapshots git-svn-id: trunk@16926 - --- tools/install/macosx/makelazsnapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install/macosx/makelazsnapshot.sh b/tools/install/macosx/makelazsnapshot.sh index 36c54a86da..48406c6ad9 100755 --- a/tools/install/macosx/makelazsnapshot.sh +++ b/tools/install/macosx/makelazsnapshot.sh @@ -10,6 +10,7 @@ PPCARCH=ppcppc ARCH=`uname -p` if [ "$ARCH" = "i386" ]; then PPCARCH=ppc386 + export CROSSCOMPILER=~/fpc/bin/ppcppc fi SVN=`which svn`