2
0
Эх сурвалжийг харах

* Use ExeSearch instead of FileSearch to find compiler executable

git-svn-id: trunk@12948 -
joost 16 жил өмнө
parent
commit
d4c2a35c75

+ 1 - 1
compiler/utils/fpc.pp

@@ -98,7 +98,7 @@ program fpc;
        end
        end
       else
       else
        begin
        begin
-         path:=FileSearch(ppcbin,getenvironmentvariable('PATH'));
+         path:=ExeSearch(ppcbin,getenvironmentvariable('PATH'));
          if path<>'' then
          if path<>'' then
           begin
           begin
             ppcbin:=path;
             ppcbin:=path;