packages: fixed syntax error in fpmake.pp

git-svn-id: trunk@25492 -
This commit is contained in:
paul 2013-09-16 02:18:24 +00:00
parent 408f53fbda
commit 9577aa1d0b

View File

@ -20,7 +20,7 @@ begin
P.Email := '';
P.Description := 'A free library for decoding ATSC A/52 streams.';
P.NeedLibC:= true;
P.OSes := [linux.win32];
P.OSes := [linux,win32];
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;