mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 09:09:34 +02:00
+ enabled compilation of unit ptc on FreeBSD
This commit is contained in:
parent
f227efb258
commit
a596fab3d5
@ -22,7 +22,7 @@ begin
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'http://ptcpas.sourceforge.net/';
|
||||
P.Description := 'A free, portable framebuffer library.';
|
||||
p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd];
|
||||
p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd,freebsd];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/ptcwrapper');
|
||||
|
Loading…
Reference in New Issue
Block a user