mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 08:59:27 +02:00
* package openssl depends on rtl-extra on os2 and emx targets
git-svn-id: trunk@28783 -
This commit is contained in:
parent
525e07e4c0
commit
6185620148
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.7.1';
|
||||
P.SourcePath.Add('src');
|
||||
P.OSes := AllUnixOSes+AllWindowsOSes+[OS2,EMX]-[qnx];
|
||||
// P.Dependencies.Add('x11');
|
||||
P.Dependencies.Add('rtl-extra',[OS2,EMX]);
|
||||
|
||||
T:=P.Targets.AddUnit('openssl.pas');
|
||||
T:=P.Targets.AddUnit('fpopenssl.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user