mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 16:59:35 +02:00
* Set the full path to the fpc-binary in the fppkg-configuration file
git-svn-id: trunk@29279 -
This commit is contained in:
parent
a127bfa51d
commit
5b7f168d2c
@ -99,4 +99,4 @@ ${FPCMKCFGBIN} -p -3 $compilerconfigdir -o $fppkgfile
|
||||
|
||||
# Write default
|
||||
echo Writing sample configuration file to $defaultfile
|
||||
${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -o $defaultfile
|
||||
${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -d "FpcBin=$FPCBIN" -o $defaultfile
|
||||
|
Loading…
Reference in New Issue
Block a user