mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
Enable libfontconfig for solaris OS
This commit is contained in:
parent
e60a7d01a4
commit
98c11c2365
@ -20,7 +20,7 @@ begin
|
||||
P.Version:='3.3.1';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
P.OSes := [linux] + AllBSDOses; // Darwin was tested!
|
||||
P.OSes := [linux, solaris] + AllBSDOses; // Darwin was tested!
|
||||
T:=P.Targets.AddUnit('libfontconfig.pp');
|
||||
P.ExamplePath.Add('examples');
|
||||
P.Targets.AddExampleProgram('testfc.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user