mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
* Use version number without rc-suffix in the fp base dir
git-svn-id: trunk@12476 -
This commit is contained in:
parent
bb9e962490
commit
d97232c2b1
@ -47,7 +47,7 @@ else
|
||||
fi
|
||||
FPCBIN=`dirname "$1"`/../../bin/fpc
|
||||
FPBIN=`dirname "$1"`/../../bin/fp
|
||||
sysfpdirbase=`dirname "$1"`/`$FPCBIN -iW`
|
||||
sysfpdirbase=`dirname "$1"`/`$FPCBIN -iV`
|
||||
sysfpdirbase2=$sysfpdirbase/ide
|
||||
sysfpdir=$sysfpdirbase2/text
|
||||
fpctargetos=`$FPCBIN -iTO`
|
||||
|
Loading…
Reference in New Issue
Block a user