mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
Add dependencies for fprpcclient on fpwebclient and fphttpwebclient units
This commit is contained in:
parent
d851553f41
commit
fe80f43e4e
@ -346,6 +346,8 @@ begin
|
||||
end;
|
||||
T:=P.Targets.AddUnit('fprpcclient.pp');
|
||||
T.OSes:=SocketsOSes;
|
||||
T.Dependencies.AddUnit('fpwebclient');
|
||||
T.Dependencies.AddUnit('fphttpwebclient');
|
||||
T:=P.Targets.AddUnit('fprpccodegen.pp');
|
||||
T:=P.Targets.AddUnit('fpdispextdirect.pp');
|
||||
T.OSes:=AllOSes-[wasi];
|
||||
|
Loading…
Reference in New Issue
Block a user