mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 10:20:57 +02:00
Mac OS X installers: removed hardcode ppc386 from the default environment options (issue #18570)
git-svn-id: trunk@29147 -
This commit is contained in:
parent
0bdaa7ccb2
commit
ef063828b3
@ -158,7 +158,9 @@ find $BUILDDIR -type d -exec chmod a+x {} \;
|
||||
|
||||
# create etc
|
||||
mkdir -p $ROOTDIR/etc/lazarus
|
||||
cp $TEMPLATEDIR/environmentoptions.xml $ROOTDIR/etc/lazarus/
|
||||
cat $TEMPLATEDIR/environmentoptions.xml | sed \
|
||||
-e "s|_PPCARCH_|$PPCARCH|g" \
|
||||
> $ROOTDIR/etc/lazarus/environmentoptions.xml
|
||||
|
||||
# fill in packproj template.
|
||||
if [ -n "$EditMode" ]; then
|
||||
|
@ -7,11 +7,11 @@
|
||||
<Item1 Value="/Developer/lazarus/"/>
|
||||
</History>
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="/usr/local/bin/ppc386">
|
||||
<CompilerFilename Value="/usr/local/bin/_PPCARCH_">
|
||||
<History Count="3">
|
||||
<Item1 Value="/usr/local/bin/ppc386"/>
|
||||
<Item2 Value="/usr/bin/ppc386"/>
|
||||
<Item3 Value="/opt/fpc/ppc386"/>
|
||||
<Item1 Value="/usr/local/bin/_PPCARCH_"/>
|
||||
<Item2 Value="/usr/bin/_PPCARCH_"/>
|
||||
<Item3 Value="/opt/fpc/_PPCARCH_"/>
|
||||
</History>
|
||||
</CompilerFilename>
|
||||
<FPCSourceDirectory Value="/usr/local/share/fpcsrc/">
|
||||
|
Loading…
Reference in New Issue
Block a user