소스 검색

* don't look for helper executables (assembler, linker, resource compiler,
wpo helpers) in the current directory

git-svn-id: trunk@16689 -

Jonas Maebe 14 년 전
부모
커밋
5fc94a5076
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/cfileutl.pas

+ 1 - 1
compiler/cfileutl.pas

@@ -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}