Ver Fonte

* add dragonfly and openbsd to cnetdb target list

(cherry picked from commit 66520ad5ab12014f020fbe362999f3add51f54df)
marcoonthegit há 1 ano atrás
pai
commit
d6b504707f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fcl-net/fpmake.pp

+ 1 - 1
packages/fcl-net/fpmake.pp

@@ -73,7 +73,7 @@ begin
         end;
     T.ResourceStrings := True;
 
-    T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris,android]);
+    T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris,android,openbsd,dragonfly]);
 
     P.ExamplePath.Add('examples');
     P.Targets.AddExampleProgram('examples/ip6test.pp');