mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +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.Version:='3.3.1';
|
||||||
P.SourcePath.Add('src');
|
P.SourcePath.Add('src');
|
||||||
P.IncludePath.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');
|
T:=P.Targets.AddUnit('libfontconfig.pp');
|
||||||
P.ExamplePath.Add('examples');
|
P.ExamplePath.Add('examples');
|
||||||
P.Targets.AddExampleProgram('testfc.pp');
|
P.Targets.AddExampleProgram('testfc.pp');
|
||||||
|
Loading…
Reference in New Issue
Block a user