Преглед изворни кода

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

git-svn-id: trunk@33295 -
marco пре 9 година
родитељ
комит
cc8868c190
1 измењених фајлова са 1 додато и 1 уклоњено
  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];