mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +02:00
* Fix dependency on hash (sha1)
This commit is contained in:
parent
1c9c9bd8bd
commit
9f1f055d29
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user