mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
macos dmg: fixed using fpc target processor
git-svn-id: branches/fixes_1_8@56584 -
This commit is contained in:
parent
1f21a794e8
commit
83e043c9d5
@ -106,7 +106,7 @@ COMPILER=$PP
|
||||
if [ -z "$COMPILER" ]; then
|
||||
COMPILER=$(which fpc)
|
||||
fi
|
||||
FPCARCH=$($COMPILER -iSP)
|
||||
FPCARCH=$($COMPILER -iTP)
|
||||
FPCVERSION=$($COMPILER -iV)
|
||||
BUILDDIR=~/tmp/buildlaz
|
||||
ROOTDIR=$BUILDDIR/Root
|
||||
|
Loading…
Reference in New Issue
Block a user