Explorar el Código

* enabled librsvg build on win64 after confirmation that it works. (Mantis #28240)

git-svn-id: trunk@33295 -
marco hace 9 años
padre
commit
cc8868c190
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/librsvg/fpmake.pp

+ 1 - 1
packages/librsvg/fpmake.pp

@@ -16,7 +16,7 @@ begin
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
-    P.OSes := [beos,haiku,freebsd,netbsd,openbsd,linux,win32,aix,dragonfly];
+    P.OSes := [beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,aix,dragonfly];
     // Do not build x11 on iPhone (=arm-darwin)
     if Defaults.CPU<>arm then
       P.OSes := P.OSes + [darwin];