Browse Source

release: fixed compile webidl

mattias 1 month ago
parent
commit
d217026d13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/releasecreator/Pas2jsReleaseCreator.lpr

+ 1 - 0
tools/releasecreator/Pas2jsReleaseCreator.lpr

@@ -541,6 +541,7 @@ begin
 
     // compile webidl2pas using devel fpc
     TheParams.Assign(SharedParams);
+    TheParams.Add('-Fu'+PkgSrcDir+'webidl'+PathDelim+'src');
     TheParams.Add('-o'+BuildDir_Bin+'webidl2pas'+GetExeExt);
     TheParams.Add('webidl2pas.pp');
     RunTool(WorkDir,FPCDevelFilename,TheParams);