mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
packages: fixed syntax error in fpmake.pp
git-svn-id: trunk@25492 -
This commit is contained in:
parent
408f53fbda
commit
9577aa1d0b
@ -20,7 +20,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'A free library for decoding ATSC A/52 streams.';
|
P.Description := 'A free library for decoding ATSC A/52 streams.';
|
||||||
P.NeedLibC:= true;
|
P.NeedLibC:= true;
|
||||||
P.OSes := [linux.win32];
|
P.OSes := [linux,win32];
|
||||||
|
|
||||||
{$ifdef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
|
Loading…
Reference in New Issue
Block a user