Browse Source

* add dragonfly and openbsd to cnetdb target list

(cherry picked from commit 66520ad5ab12014f020fbe362999f3add51f54df)
marcoonthegit 1 year ago
parent
commit
d6b504707f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-net/fpmake.pp

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

@@ -73,7 +73,7 @@ begin
         end;
         end;
     T.ResourceStrings := True;
     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.ExamplePath.Add('examples');
     P.Targets.AddExampleProgram('examples/ip6test.pp');
     P.Targets.AddExampleProgram('examples/ip6test.pp');