mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 13:29:18 +02:00
--- Merging r44395 into '.':
U compiler/utils/fpc.pp --- Recording mergeinfo for merge of r44395 into '.': U . git-svn-id: branches/fixes_3_2@44434 -
This commit is contained in:
parent
525d1c5ed5
commit
5c417b9211
@ -90,7 +90,7 @@ program fpc;
|
||||
ppcbin:=extrapath+ppcbin;
|
||||
findexe:=true;
|
||||
end
|
||||
else if FileExists(path+ppcbin) then
|
||||
else if (path<>'') and FileExists(path+ppcbin) then
|
||||
begin
|
||||
ppcbin:=path+ppcbin;
|
||||
findexe:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user