Explorar o código

packages: fixed syntax error in fpmake.pp

git-svn-id: trunk@25492 -
paul %!s(int64=12) %!d(string=hai) anos
pai
achega
9577aa1d0b
Modificáronse 1 ficheiros con 1 adicións e 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;