mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 18:19:07 +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`
|
ARCH=`uname -p`
|
||||||
if [ "$ARCH" = "i386" ]; then
|
if [ "$ARCH" = "i386" ]; then
|
||||||
PPCARCH=ppc386
|
PPCARCH=ppc386
|
||||||
|
export CROSSCOMPILER=~/fpc/bin/ppcppc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SVN=`which svn`
|
SVN=`which svn`
|
||||||
|
Loading…
Reference in New Issue
Block a user