Explorar el Código

packages: fixed syntax error in fpmake.pp

git-svn-id: trunk@25492 -
paul hace 12 años
padre
commit
9577aa1d0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/a52/fpmake.pp

+ 1 - 1
packages/a52/fpmake.pp

@@ -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;