Browse Source

+ fpterm: enabled compilation of unit FpTerm.InputOutputConnection.UnixPTY on OpenBSD

Nikolay Nikolov 9 months ago
parent
commit
d01efd153c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-fpterm/fpmake.pp

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

@@ -30,7 +30,7 @@ Const
   PtcKvmOSes   = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
   PtcKvmOSes   = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
 
 
   // OSes that have unix98pty and termio units
   // OSes that have unix98pty and termio units
-  UnixPtyOSes  = [linux];
+  UnixPtyOSes  = [linux,openbsd];
 
 
 Var
 Var
   P : TPackage;
   P : TPackage;