mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +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
|
if [ -z "$COMPILER" ]; then
|
||||||
COMPILER=$(which fpc)
|
COMPILER=$(which fpc)
|
||||||
fi
|
fi
|
||||||
FPCARCH=$($COMPILER -iSP)
|
FPCARCH=$($COMPILER -iTP)
|
||||||
FPCVERSION=$($COMPILER -iV)
|
FPCVERSION=$($COMPILER -iV)
|
||||||
BUILDDIR=~/tmp/buildlaz
|
BUILDDIR=~/tmp/buildlaz
|
||||||
ROOTDIR=$BUILDDIR/Root
|
ROOTDIR=$BUILDDIR/Root
|
||||||
|
Loading…
Reference in New Issue
Block a user