mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
* don't look for helper executables (assembler, linker, resource compiler,
wpo helpers) in the current directory git-svn-id: trunk@16689 -
This commit is contained in:
parent
dd921ffc9d
commit
5fc94a5076
@ -1238,7 +1238,7 @@ end;
|
||||
Path : TCmdStr;
|
||||
found : boolean;
|
||||
begin
|
||||
found:=FindFile(FixFileName(ChangeFileExt(bin,source_info.exeext)),'.;'+exepath,allowcache,foundfile);
|
||||
found:=FindFile(FixFileName(ChangeFileExt(bin,source_info.exeext)),exepath,allowcache,foundfile);
|
||||
if not found then
|
||||
begin
|
||||
{$ifdef macos}
|
||||
|
Loading…
Reference in New Issue
Block a user