Browse Source

fixed compile fpmake with fpc 3.3.1

mattias 1 year ago
parent
commit
1f050292f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fpmake.pp

+ 3 - 0
fpmake.pp

@@ -179,6 +179,9 @@ end;
 Var
   P : TPackage;
   UnitDir,DemoDir,BD, TmpCfg, TmpCfg2: String;
+  {$IF FPC_FULLVERSION>=30301}
+  T: TTarget;
+  {$ENDIF}
   FPCSrcDir, Pas2jsOFilename, RTLJSFilename: String;
 
 begin