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

* pas2jni: Minor fix to exe extension.

git-svn-id: trunk@33436 -
yury 9 жил өмнө
parent
commit
a934312e4f

+ 1 - 1
utils/pas2jni/ppuparser.pas

@@ -737,7 +737,7 @@ var
   i, j: integer;
 begin
   try
-    fpc:=ExtractFilePath(ppudumpprog) + 'fpc' + ExtractFileExt(ppudumpprog);
+    fpc:=ExtractFilePath(ppudumpprog) + 'fpc' + ExtractFileExt(ParamStr(0));
     if not FileExists(fpc) then
       exit;
     // Find the compiler binary