Browse Source

* Fix dependency on hash (sha1)

(cherry picked from commit 9f1f055d29109ec8829bda27e1995eabbdbcf11b)
Michaël Van Canneyt 3 years ago
parent
commit
8aa90e6c99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-hash/fpmake.pp

+ 1 - 0
packages/fcl-hash/fpmake.pp

@@ -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');