* Fix dependency on hash (sha1)

This commit is contained in:
Michaël Van Canneyt 2021-11-13 15:50:22 +01:00
parent 1c9c9bd8bd
commit 9f1f055d29

View File

@ -30,6 +30,7 @@ begin
P.Dependencies.Add('rtl-objpas');
P.Dependencies.Add('rtl-extra');
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('hash');
P.Version:='3.3.1';
T:=P.Targets.AddUnit('src/fpecc.pp');