mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:39:23 +02:00
mac os x installers: fixed adding powerpc units to the intel snapshots
git-svn-id: trunk@16926 -
This commit is contained in:
parent
2c95088959
commit
26db7f8014
@ -10,6 +10,7 @@ PPCARCH=ppcppc
|
||||
ARCH=`uname -p`
|
||||
if [ "$ARCH" = "i386" ]; then
|
||||
PPCARCH=ppc386
|
||||
export CROSSCOMPILER=~/fpc/bin/ppcppc
|
||||
fi
|
||||
|
||||
SVN=`which svn`
|
||||
|
Loading…
Reference in New Issue
Block a user