Browse Source

+ added dependency to rtl-unicode for the ide package

Nikolay Nikolov 3 years ago
parent
commit
153baf41ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ide/fpmake.pp

+ 1 - 0
packages/ide/fpmake.pp

@@ -231,6 +231,7 @@ begin
           P.OSes := AllOSes-[darwin];
           P.OSes := AllOSes-[darwin];
 
 
         P.Dependencies.Add('rtl-extra');
         P.Dependencies.Add('rtl-extra');
+        P.Dependencies.Add('rtl-unicode');
         P.Dependencies.Add('fv');
         P.Dependencies.Add('fv');
         P.Dependencies.Add('chm');
         P.Dependencies.Add('chm');
         { This one is only needed if DEBUG is set }
         { This one is only needed if DEBUG is set }