mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 15:00:28 +02:00
test commit on paul's request
git-svn-id: trunk@13476 -
This commit is contained in:
parent
040d583e20
commit
5006db00ee
@ -89,7 +89,7 @@ begin
|
|||||||
SysUtils.GetEnvironmentVariable('PATH'),';',
|
SysUtils.GetEnvironmentVariable('PATH'),';',
|
||||||
[]);
|
[]);
|
||||||
if Result <> '' then exit;
|
if Result <> '' then exit;
|
||||||
Result := DefaultDrive + '\pp\bin\i386-win32\ppc386.exe';
|
Result := DefaultDrive + '\fpc\bin\i386-win32\ppc386.exe';
|
||||||
if not FileExists(Result) then Result:='';
|
if not FileExists(Result) then Result:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user