mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-29 19:51:22 +02:00
release: fixed compile webidl
This commit is contained in:
parent
9ac46614dc
commit
d217026d13
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user