mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:09:27 +02:00
+ Now envvar is used
This commit is contained in:
parent
9fcb63d22f
commit
f17c81bda2
@ -193,8 +193,8 @@ begin
|
|||||||
if FileExists('fpcmake.ini') then
|
if FileExists('fpcmake.ini') then
|
||||||
fn:='fpcmake.ini'
|
fn:='fpcmake.ini'
|
||||||
else
|
else
|
||||||
if (FileExists(GetEnv('FPCMAKEINI'))) then
|
if (FileExists(GetEnv(envvar))) then
|
||||||
fn:=GetEnv('FPCMAKEINI')
|
fn:=GetEnv(envvar)
|
||||||
else
|
else
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
if FileExists('/usr/lib/fpc/fpcmake.ini') then
|
if FileExists('/usr/lib/fpc/fpcmake.ini') then
|
||||||
@ -527,7 +527,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1999-11-03 23:39:53 peter
|
Revision 1.3 1999-11-04 12:07:13 michael
|
||||||
|
+ Now envvar is used
|
||||||
|
|
||||||
|
Revision 1.2 1999/11/03 23:39:53 peter
|
||||||
* lot of updates
|
* lot of updates
|
||||||
|
|
||||||
Revision 1.1 1999/11/02 23:57:40 peter
|
Revision 1.1 1999/11/02 23:57:40 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user