mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +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'),';',
|
||||
[]);
|
||||
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:='';
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user