mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:28:24 +02:00
+ added dependency to rtl-unicode for the ide package
This commit is contained in:
parent
af5f75fd5a
commit
153baf41ce
@ -231,6 +231,7 @@ begin
|
||||
P.OSes := AllOSes-[darwin];
|
||||
|
||||
P.Dependencies.Add('rtl-extra');
|
||||
P.Dependencies.Add('rtl-unicode');
|
||||
P.Dependencies.Add('fv');
|
||||
P.Dependencies.Add('chm');
|
||||
{ This one is only needed if DEBUG is set }
|
||||
|
Loading…
Reference in New Issue
Block a user